Html Css Color HEX #FC30C9 Razzle Dazzle Rose

📋 copy color: '#FC30C9'

red 252 ◦ green 48 ◦ blue 201

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

Shades of Razzle Dazzle Rose #FC30C9

Tints of Razzle Dazzle Rose #FC30C9

RGB

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

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

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

R = 50.3%
G = 9.58%
B = 40.12%

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

#FC30C9 (or 0xFC30C9) is known color: Razzle Dazzle Rose. HEX triplet: FC, 30 and C9. RGB value is (252,48,201). Sum of RGB (Red+Green+Blue) = 252+48+201=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 48 (19.14% from 255 or 9.58% from 501); Blue value is 201 (78.91% from 255 or 40.12% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FC30C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC30C9 is #03CF36. Grayscale: #7E7E7E. Windows color (decimal): -249655 or 13185276. OLE color: 13185276.

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

Color convert

RGB 252 48 201 -
CMYK 0 0.81 0.20 0.01
HSL 315º 0.97% 0.59% -
HSV(B) 315º 0.81% 0.99% -
XYZ 51.74 27.03 57.75 -
YUV 126.44 170.09 217.56 -
System Red Green Blue C M Y K H S L
Decimal 252 48 201 0 0.81 0.20 0.01 315 0.97 0.59
Hex FC 30 C9 0 51 14 1 13B 61 3B
Octal 374 60 311 0 121 24 1 473 141 73
Binary 11111100 110000 11001001 0 1010001 10100 1 100111011 1100001 111011

Color Harmonies of #FC30C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC30C9

Black with #FC30C9

Text Example


Text Example

White with #FC30C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC30C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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