#F11F99

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

Shades of Persian Rose #F11F99

Tints of Persian Rose #F11F99

Color information

#F11F99 (or 0xF11F99) is unknown color: approx Persian Rose. HEX triplet: F1, 1F and 99. RGB value is (241,31,153). Sum of RGB (Red+Green+Blue) = 241+31+153=425 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.71% from 425); Green value is 31 (12.5% from 255 or 7.29% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 241 - color contains mainly: red. Hex color #F11F99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11F99 is #0EE066. Grayscale: #6B6B6B. Windows color (decimal): -974951 or 10035185. OLE color: 10035185.

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

Color convert

RGB24131153-
CMYK00.870.370.05
HSL325.14º88.24%53.33%-
HSV(B)325.14º87.14%94.51%-
XYZ42.5221.9832.14-
YUV107.7153.57223.08-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.71%
GREEN value IS 31 (12.5% from 255) = 7.29%
BLUE value IS 153 (60.16% from 255) = 36%
R=56.71%
G=7.29%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2413115300.870.370.05325.1488.2453.33
HexF11F990572551455835
Octal36137231012745550513065
Binary111100011111110011001010101111001011011010001011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F11F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F11F99; }

 p { color: rgb(241,31,153); }

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

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

 a { background-color: rgb(241,31,153); }

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

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

 span { border-color: rgb(241,31,153); }

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