#F02EE1

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

Shades of Razzle Dazzle Rose #F02EE1

Tints of Razzle Dazzle Rose #F02EE1

Color information

#F02EE1 (or 0xF02EE1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 2E and E1. RGB value is (240,46,225). Sum of RGB (Red+Green+Blue) = 240+46+225=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 46 (18.36% from 255 or 9.00% from 511); Blue value is 225 (88.28% from 255 or 44.03% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F02EE1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F02EE1 is #0FD11E. Grayscale: #7B7B7B. Windows color (decimal): -1036575 or 14757616. OLE color: 14757616.

HSL color Cylindrical-coordinate representation of color #F02EE1: hue angle of 304.64º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F02EE1 is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB24046225-
CMYK00.810.060.06
HSL304.64º86.61%56.08%-
HSV(B)304.64º80.83%94.12%-
XYZ50.525.9273.57-
YUV124.41184.77210.45-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.97%
GREEN value IS 46 (18.36% from 255) = 9.00%
BLUE value IS 225 (88.28% from 255) = 44.03%
R=46.97%
G=9.00%
B=44.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2404622500.810.060.06304.6486.6156.08
HexF02EE1051661315738
Octal3605634101216646112770
Binary1111000010111011100001010100011101101001100011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F02EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F02EE1; }

 p { color: rgb(240,46,225); }

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

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

 a { background-color: rgb(240,46,225); }

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

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

 span { border-color: rgb(240,46,225); }

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