Html Css Color HEX #FC31E3 Razzle Dazzle Rose

📋 copy color: '#FC31E3'

red 252 ◦ green 49 ◦ blue 227

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

Shades of Razzle Dazzle Rose #FC31E3

Tints of Razzle Dazzle Rose #FC31E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 42.99%

R = 47.73%
G = 9.28%
B = 42.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FC31E3 (or 0xFC31E3) is known color: Razzle Dazzle Rose. HEX triplet: FC, 31 and E3. RGB value is (252,49,227). Sum of RGB (Red+Green+Blue) = 252+49+227=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 49 (19.53% from 255 or 9.28% from 528); Blue value is 227 (89.06% from 255 or 42.99% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FC31E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC31E3 is #03CE1C. Grayscale: #818181. Windows color (decimal): -249373 or 14889468. OLE color: 14889468.

HSL color Cylindrical-coordinate representation of color #FC31E3: hue angle of 307.39º 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 #FC31E3 is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 49 227 -
CMYK 0 0.81 0.10 0.01
HSL 307.39º 0.97% 0.59% -
HSV(B) 307.39º 0.81% 0.99% -
XYZ 55.11 28.44 75.26 -
YUV 129.99 182.75 215.03 -
System Red Green Blue C M Y K H S L
Decimal 252 49 227 0 0.81 0.10 0.01 307.39 0.97 0.59
Hex FC 31 E3 0 51 A 1 133 61 3B
Octal 374 61 343 0 121 12 1 463 141 73
Binary 11111100 110001 11100011 0 1010001 1010 1 100110011 1100001 111011

Color Harmonies of #FC31E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC31E3

Black with #FC31E3

Text Example


Text Example

White with #FC31E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC31E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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