#F036E4

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

Shades of Razzle Dazzle Rose #F036E4

Tints of Razzle Dazzle Rose #F036E4

Color information

#F036E4 (or 0xF036E4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 36 and E4. RGB value is (240,54,228). Sum of RGB (Red+Green+Blue) = 240+54+228=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 54 (21.48% from 255 or 10.34% from 522); Blue value is 228 (89.45% from 255 or 43.68% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F036E4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F036E4 is #0FC91B. Grayscale: #808080. Windows color (decimal): -1034524 or 14956272. OLE color: 14956272.

HSL color Cylindrical-coordinate representation of color #F036E4: hue angle of 303.87º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F036E4 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB24054228-
CMYK00.780.050.06
HSL303.87º86.11%57.65%-
HSV(B)303.87º77.5%94.12%-
XYZ51.2626.7775.86-
YUV129.45183.62206.85-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.98%
GREEN value IS 54 (21.48% from 255) = 10.34%
BLUE value IS 228 (89.45% from 255) = 43.68%
R=45.98%
G=10.34%
B=43.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2405422800.780.050.06303.8786.1157.65
HexF036E404E56130563a
Octal3606634401165646012672
Binary1111000011011011100100010011101011101001100001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F036E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F036E4; }

 p { color: rgb(240,54,228); }

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

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

 a { background-color: rgb(240,54,228); }

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

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

 span { border-color: rgb(240,54,228); }

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