Html Css Color HEX #FC32CC Razzle Dazzle Rose

📋 copy color: '#FC32CC'

red 252 ◦ green 50 ◦ blue 204

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

Shades of Razzle Dazzle Rose #FC32CC

Tints of Razzle Dazzle Rose #FC32CC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 9.88%

 BLUE value IS 204 (80.08% from 255) = 40.32%

R = 49.8%
G = 9.88%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC32CC (or 0xFC32CC) is known color: Razzle Dazzle Rose. HEX triplet: FC, 32 and CC. RGB value is (252,50,204). Sum of RGB (Red+Green+Blue) = 252+50+204=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 50 (19.92% from 255 or 9.88% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC32CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC32CC is #03CD33. Grayscale: #7F7F7F. Windows color (decimal): -249140 or 13382396. OLE color: 13382396.

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

Color convert

RGB 252 50 204 -
CMYK 0 0.80 0.19 0.01
HSL 314.26º 0.97% 0.59% -
HSV(B) 314.26º 0.8% 0.99% -
XYZ 52.18 27.34 59.65 -
YUV 127.95 170.92 216.48 -
System Red Green Blue C M Y K H S L
Decimal 252 50 204 0 0.80 0.19 0.01 314.26 0.97 0.59
Hex FC 32 CC 0 50 13 1 13A 61 3B
Octal 374 62 314 0 120 23 1 472 141 73
Binary 11111100 110010 11001100 0 1010000 10011 1 100111010 1100001 111011

Color Harmonies of #FC32CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC32CC

Black with #FC32CC

Text Example


Text Example

White with #FC32CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC32CC; }

 p { color: rgb(252,50,204); }

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

background-color css

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

 a { background-color: rgb(252,50,204); }

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

border-color css

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

 span { border-color: rgb(252,50,204); }

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