#F41E9D

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

Shades of Persian Rose #F41E9D

Tints of Persian Rose #F41E9D

Color information

#F41E9D (or 0xF41E9D) is unknown color: approx Persian Rose. HEX triplet: F4, 1E and 9D. RGB value is (244,30,157). Sum of RGB (Red+Green+Blue) = 244+30+157=431 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.61% from 431); Green value is 30 (12.11% from 255 or 6.96% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 244 - color contains mainly: red. Hex color #F41E9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F41E9D is #0BE162. Grayscale: #6C6C6C. Windows color (decimal): -778595 or 10297076. OLE color: 10297076.

HSL color Cylindrical-coordinate representation of color #F41E9D: hue angle of 324.39º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F41E9D is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB24430157-
CMYK00.880.360.04
HSL324.39º90.68%53.73%-
HSV(B)324.39º87.7%95.69%-
XYZ43.8622.633.95-
YUV108.46155.4224.67-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 56.61%
GREEN value IS 30 (12.11% from 255) = 6.96%
BLUE value IS 157 (61.72% from 255) = 36.43%
R=56.61%
G=6.96%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2443015700.880.360.04324.3990.6853.73
HexF41E9D0582441445b36
Octal36436235013044450413366
Binary111101001111010011101010110001001001001010001001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F41E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F41E9D; }

 p { color: rgb(244,30,157); }

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

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

 a { background-color: rgb(244,30,157); }

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

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

 span { border-color: rgb(244,30,157); }

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