#FC42C0

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

Shades of Razzle Dazzle Rose #FC42C0

Tints of Razzle Dazzle Rose #FC42C0

Color information

#FC42C0 (or 0xFC42C0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 42 and C0. RGB value is (252,66,192). Sum of RGB (Red+Green+Blue) = 252+66+192=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 66 (26.17% from 255 or 12.94% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FC42C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC42C0 is #03BD3F. Grayscale: #878787. Windows color (decimal): -245056 or 12600060. OLE color: 12600060.

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

Color convert

RGB25266192-
CMYK00.740.240.01
HSL319.35º96.88%62.35%-
HSV(B)319.35º73.81%98.82%-
XYZ51.6128.452.63-
YUV135.98159.62210.75-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.41%
GREEN value IS 66 (26.17% from 255) = 12.94%
BLUE value IS 192 (75.39% from 255) = 37.65%
R=49.41%
G=12.94%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2526619200.740.240.01319.3596.8862.35
HexFC42C004A18113f613e
Octal374102300011230147714176
Binary11111100100001011000000010010101100011001111111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC42C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC42C0; }

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

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

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

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

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

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

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

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