#FC42DB

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

Shades of Razzle Dazzle Rose #FC42DB

Tints of Razzle Dazzle Rose #FC42DB

Color information

#FC42DB (or 0xFC42DB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 42 and DB. RGB value is (252,66,219). Sum of RGB (Red+Green+Blue) = 252+66+219=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 66 (26.17% from 255 or 12.29% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FC42DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC42DB is #03BD24. Grayscale: #8A8A8A. Windows color (decimal): -245029 or 14369532. OLE color: 14369532.

HSL color Cylindrical-coordinate representation of color #FC42DB: hue angle of 310.65º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC42DB is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB25266219-
CMYK00.740.130.01
HSL310.65º96.88%62.35%-
HSV(B)310.65º73.81%98.82%-
XYZ54.8829.7169.86-
YUV139.06173.12208.56-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.93%
GREEN value IS 66 (26.17% from 255) = 12.29%
BLUE value IS 219 (85.94% from 255) = 40.78%
R=46.93%
G=12.29%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2526621900.740.130.01310.6596.8862.35
HexFC42DB04AD1137613e
Octal374102333011215146714176
Binary1111110010000101101101101001010110111001101111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC42DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC42DB; }

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

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

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

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

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

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

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

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