Html Css Color HEX #FC38DF Razzle Dazzle Rose

📋 copy color: '#FC38DF'

red 252 ◦ green 56 ◦ blue 223

#FC38DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #FC38DF

Tints of Razzle Dazzle Rose #FC38DF

RGB

 RED value IS 252 (98.83% from 255) = 47.46%

 GREEN value IS 56 (22.27% from 255) = 10.55%

 BLUE value IS 223 (87.5% from 255) = 42%

R = 47.46%
G = 10.55%
B = 42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.12

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FC38DF (or 0xFC38DF) is known color: Razzle Dazzle Rose. HEX triplet: FC, 38 and DF. RGB value is (252,56,223). Sum of RGB (Red+Green+Blue) = 252+56+223=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 56 (22.27% from 255 or 10.55% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FC38DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC38DF is #03C720. Grayscale: #858585. Windows color (decimal): -247585 or 14629116. OLE color: 14629116.

HSL color Cylindrical-coordinate representation of color #FC38DF: hue angle of 308.88º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FC38DF is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 56 223 -
CMYK 0 0.78 0.12 0.01
HSL 308.88º 0.97% 0.6% -
HSV(B) 308.88º 0.78% 0.99% -
XYZ 54.88 28.85 72.49 -
YUV 133.64 178.43 212.42 -
System Red Green Blue C M Y K H S L
Decimal 252 56 223 0 0.78 0.12 0.01 308.88 0.97 0.6
Hex FC 38 DF 0 4E C 1 135 61 3C
Octal 374 70 337 0 116 14 1 465 141 74
Binary 11111100 111000 11011111 0 1001110 1100 1 100110101 1100001 111100

Color Harmonies of #FC38DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC38DF

Black with #FC38DF

Text Example


Text Example

White with #FC38DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC38DF; }

 p { color: rgb(252,56,223); }

 H1.HeaderClassName
 {
   color: #FC38DF;
 }
 .AnyTagClassName
 {
   color: #FC38DF;
 }
</style>

background-color css

<style>
 a { background-color: #FC38DF; }

 a { background-color: rgb(252,56,223); }

 div.DivClassName
 {
   background-color: #FC38DF;
 }
 .BgClassName
 {
   background-color: #FC38DF;
 }
</style>

border-color css

<style>
 span { border-color: #FC38DF; }

 span { border-color: rgb(252,56,223); }

 td.TdClassName
 {
   border-color: #FC38DF;
 }
 .TagClassName
 {
   border-color: #FC38DF;
 }
</style>