#f01e9c

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

Shades of Persian Rose #F01E9C

Tints of Persian Rose #F01E9C

Color information

#F01E9C (or 0xF01E9C) is unknown color: approx Persian Rose. HEX triplet: F0, 1E and 9C. RGB value is (240,30,156). Sum of RGB (Red+Green+Blue) = 240+30+156=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 30 (12.11% from 255 or 7.04% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F01E9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01E9C is #0FE163. Grayscale: #6A6A6A. Windows color (decimal): -1040740 or 10231536. OLE color: 10231536.

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

Color convert

RGB24030156-
CMYK00.870.350.06
HSL324º87.5%52.94%-
HSV(B)324º87.5%94.12%-
XYZ42.421.8533.44-
YUV107.15155.57222.75-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 56.34%
GREEN value IS 30 (12.11% from 255) = 7.04%
BLUE value IS 156 (61.33% from 255) = 36.62%
R=56.34%
G=7.04%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2403015600.870.350.0632487.552.94
HexF01E9C0572361445835
Octal36036234012743650413065
Binary111100001111010011100010101111000111101010001001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f01e9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f01e9c; }

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

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

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

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

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

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

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

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