Html Css Color HEX #FC31C9 Razzle Dazzle Rose

📋 copy color: '#FC31C9'

red 252 ◦ green 49 ◦ blue 201

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

Shades of Razzle Dazzle Rose #FC31C9

Tints of Razzle Dazzle Rose #FC31C9

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.76%

 BLUE value IS 201 (78.91% from 255) = 40.04%

R = 50.2%
G = 9.76%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FC31C9 (or 0xFC31C9) is known color: Razzle Dazzle Rose. HEX triplet: FC, 31 and C9. RGB value is (252,49,201). Sum of RGB (Red+Green+Blue) = 252+49+201=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 49 (19.53% from 255 or 9.76% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC31C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC31C9 is #03CE36. Grayscale: #7E7E7E. Windows color (decimal): -249399 or 13185532. OLE color: 13185532.

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

Color convert

RGB 252 49 201 -
CMYK 0 0.81 0.20 0.01
HSL 315.07º 0.97% 0.59% -
HSV(B) 315.07º 0.81% 0.99% -
XYZ 51.79 27.11 57.76 -
YUV 127.03 169.75 217.14 -
System Red Green Blue C M Y K H S L
Decimal 252 49 201 0 0.81 0.20 0.01 315.07 0.97 0.59
Hex FC 31 C9 0 51 14 1 13B 61 3B
Octal 374 61 311 0 121 24 1 473 141 73
Binary 11111100 110001 11001001 0 1010001 10100 1 100111011 1100001 111011

Color Harmonies of #FC31C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC31C9

Black with #FC31C9

Text Example


Text Example

White with #FC31C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC31C9; }

 p { color: rgb(252,49,201); }

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

background-color css

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

 a { background-color: rgb(252,49,201); }

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

border-color css

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

 span { border-color: rgb(252,49,201); }

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