#FC42E3

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

Shades of Razzle Dazzle Rose #FC42E3

Tints of Razzle Dazzle Rose #FC42E3

Color information

#FC42E3 (or 0xFC42E3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 42 and E3. RGB value is (252,66,227). Sum of RGB (Red+Green+Blue) = 252+66+227=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 66 (26.17% from 255 or 12.11% from 545); Blue value is 227 (89.06% from 255 or 41.65% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FC42E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC42E3 is #03BD1C. Grayscale: #8B8B8B. Windows color (decimal): -245021 or 14893820. OLE color: 14893820.

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

Color convert

RGB25266227-
CMYK00.740.100.01
HSL308.06º96.88%62.35%-
HSV(B)308.06º73.81%98.82%-
XYZ55.9630.1475.54-
YUV139.97177.12207.91-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.24%
GREEN value IS 66 (26.17% from 255) = 12.11%
BLUE value IS 227 (89.06% from 255) = 41.65%
R=46.24%
G=12.11%
B=41.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2526622700.740.100.01308.0696.8862.35
HexFC42E304AA1134613e
Octal374102343011212146414176
Binary1111110010000101110001101001010101011001101001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC42E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC42E3; }

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

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

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

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

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

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

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

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