#F036E9

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

Shades of Razzle Dazzle Rose #F036E9

Tints of Razzle Dazzle Rose #F036E9

Color information

#F036E9 (or 0xF036E9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 36 and E9. RGB value is (240,54,233). Sum of RGB (Red+Green+Blue) = 240+54+233=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 54 (21.48% from 255 or 10.25% from 527); Blue value is 233 (91.41% from 255 or 44.21% from 527); Max value from RGB is 240 - color contains mainly: red. Hex color #F036E9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F036E9 is #0FC916. Grayscale: #818181. Windows color (decimal): -1034519 or 15283952. OLE color: 15283952.

HSL color Cylindrical-coordinate representation of color #F036E9: hue angle of 302.26º 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 #F036E9 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB24054233-
CMYK00.780.030.06
HSL302.26º86.11%57.65%-
HSV(B)302.26º77.5%94.12%-
XYZ51.9627.0579.57-
YUV130.02186.12206.45-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.54%
GREEN value IS 54 (21.48% from 255) = 10.25%
BLUE value IS 233 (91.41% from 255) = 44.21%
R=45.54%
G=10.25%
B=44.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2405423300.780.030.06302.2686.1157.65
HexF036E904E3612e563a
Octal3606635101163645612672
Binary111100001101101110100101001110111101001011101010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F036E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F036E9; }

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

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

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

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

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

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

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

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