#FC30DB

Color #FC30DB Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #FC30DB

Tints of Razzle Dazzle Rose #FC30DB

Color information

#FC30DB (or 0xFC30DB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 30 and DB. RGB value is (252,48,219). Sum of RGB (Red+Green+Blue) = 252+48+219=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 48 (19.14% from 255 or 9.25% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FC30DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC30DB is #03CF24. Grayscale: #808080. Windows color (decimal): -249637 or 14364924. OLE color: 14364924.

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

Color convert

RGB25248219-
CMYK00.810.130.01
HSL309.71º97.14%58.82%-
HSV(B)309.71º80.95%98.82%-
XYZ53.9927.9269.56-
YUV128.49179.09216.1-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.55%
GREEN value IS 48 (19.14% from 255) = 9.25%
BLUE value IS 219 (85.94% from 255) = 42.20%
R=48.55%
G=9.25%
B=42.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2524821900.810.130.01309.7197.1458.82
HexFC30DB051D1136613b
Octal37460333012115146614173
Binary111111001100001101101101010001110111001101101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC30DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC30DB; }

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

 H1.HeaderClassName
 {
   color: #FC30DB;
 }
 .AnyTagClassName
 {
   color: #FC30DB;
 }
</style>
background-color css

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

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

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

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

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

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