#FF42E0

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

Shades of Razzle Dazzle Rose #FF42E0

Tints of Razzle Dazzle Rose #FF42E0

Color information

#FF42E0 (or 0xFF42E0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 42 and E0. RGB value is (255,66,224). Sum of RGB (Red+Green+Blue) = 255+66+224=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 66 (26.17% from 255 or 12.11% from 545); Blue value is 224 (87.89% from 255 or 41.10% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FF42E0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF42E0 is #00BD1F. Grayscale: #8C8C8C. Windows color (decimal): -48416 or 14697215. OLE color: 14697215.

HSL color Cylindrical-coordinate representation of color #FF42E0: hue angle of 309.84º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FF42E0 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB25566224-
CMYK00.740.120
HSL309.84º100%62.94%-
HSV(B)309.84º74.12%100%-
XYZ56.6430.5473.43-
YUV140.52175.12209.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.79%
GREEN value IS 66 (26.17% from 255) = 12.11%
BLUE value IS 224 (87.89% from 255) = 41.10%
R=46.79%
G=12.11%
B=41.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556622400.740.120309.8410062.94
HexFF42E004AC0136643f
Octal377102340011214046614477
Binary1111111110000101110000001001010110001001101101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF42E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF42E0; }

 p { color: rgb(255,66,224); }

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

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

 a { background-color: rgb(255,66,224); }

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

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

 span { border-color: rgb(255,66,224); }

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