#F11DA1

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

Shades of Persian Rose #F11DA1

Tints of Persian Rose #F11DA1

Color information

#F11DA1 (or 0xF11DA1) is unknown color: approx Persian Rose. HEX triplet: F1, 1D and A1. RGB value is (241,29,161). Sum of RGB (Red+Green+Blue) = 241+29+161=431 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.92% from 431); Green value is 29 (11.72% from 255 or 6.73% from 431); Blue value is 161 (63.28% from 255 or 37.35% from 431); Max value from RGB is 241 - color contains mainly: red. Hex color #F11DA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11DA1 is #0EE25E. Grayscale: #6B6B6B. Windows color (decimal): -975455 or 10558961. OLE color: 10558961.

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

Color convert

RGB24129161-
CMYK00.880.330.05
HSL322.64º88.33%52.94%-
HSV(B)322.64º87.97%94.51%-
XYZ43.1522.1535.72-
YUV107.44158.24223.27-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 55.92%
GREEN value IS 29 (11.72% from 255) = 6.73%
BLUE value IS 161 (63.28% from 255) = 37.35%
R=55.92%
G=6.73%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412916100.880.330.05322.6488.3352.94
HexF11DA10582151435835
Octal36135241013041550313065
Binary111100011110110100001010110001000011011010000111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F11DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F11DA1; }

 p { color: rgb(241,29,161); }

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

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

 a { background-color: rgb(241,29,161); }

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

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

 span { border-color: rgb(241,29,161); }

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