#F01EA2

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

Shades of Persian Rose #F01EA2

Tints of Persian Rose #F01EA2

Color information

#F01EA2 (or 0xF01EA2) is unknown color: approx Persian Rose. HEX triplet: F0, 1E and A2. RGB value is (240,30,162). Sum of RGB (Red+Green+Blue) = 240+30+162=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 30 (12.11% from 255 or 6.94% from 432); Blue value is 162 (63.67% from 255 or 37.5% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F01EA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01EA2 is #0FE15D. Grayscale: #6B6B6B. Windows color (decimal): -1040734 or 10624752. OLE color: 10624752.

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

Color convert

RGB24030162-
CMYK00.870.320.06
HSL322.29º87.5%52.94%-
HSV(B)322.29º87.5%94.12%-
XYZ42.9222.0636.18-
YUV107.84158.57222.27-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 55.56%
GREEN value IS 30 (12.11% from 255) = 6.94%
BLUE value IS 162 (63.67% from 255) = 37.5%
R=55.56%
G=6.94%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2403016200.870.320.06322.2987.552.94
HexF01EA20572061425835
Octal36036242012740650213065
Binary111100001111010100010010101111000001101010000101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01EA2; }

 p { color: rgb(240,30,162); }

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

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

 a { background-color: rgb(240,30,162); }

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

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

 span { border-color: rgb(240,30,162); }

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