Html Css Color HEX #FC30CC Razzle Dazzle Rose

📋 copy color: '#FC30CC'

red 252 ◦ green 48 ◦ blue 204

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

Shades of Razzle Dazzle Rose #FC30CC

Tints of Razzle Dazzle Rose #FC30CC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.52%

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

R = 50%
G = 9.52%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC30CC (or 0xFC30CC) is known color: Razzle Dazzle Rose. HEX triplet: FC, 30 and CC. RGB value is (252,48,204). Sum of RGB (Red+Green+Blue) = 252+48+204=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 48 (19.14% from 255 or 9.52% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC30CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC30CC is #03CF33. Grayscale: #7E7E7E. Windows color (decimal): -249652 or 13381884. OLE color: 13381884.

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

Color convert

RGB 252 48 204 -
CMYK 0 0.81 0.19 0.01
HSL 314.12º 0.97% 0.59% -
HSV(B) 314.12º 0.81% 0.99% -
XYZ 52.1 27.17 59.62 -
YUV 126.78 171.59 217.32 -
System Red Green Blue C M Y K H S L
Decimal 252 48 204 0 0.81 0.19 0.01 314.12 0.97 0.59
Hex FC 30 CC 0 51 13 1 13A 61 3B
Octal 374 60 314 0 121 23 1 472 141 73
Binary 11111100 110000 11001100 0 1010001 10011 1 100111010 1100001 111011

Color Harmonies of #FC30CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC30CC

Black with #FC30CC

Text Example


Text Example

White with #FC30CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC30CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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