#F41FA0

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

Shades of Persian Rose #F41FA0

Tints of Persian Rose #F41FA0

Color information

#F41FA0 (or 0xF41FA0) is unknown color: approx Persian Rose. HEX triplet: F4, 1F and A0. RGB value is (244,31,160). Sum of RGB (Red+Green+Blue) = 244+31+160=435 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.09% from 435); Green value is 31 (12.5% from 255 or 7.13% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 244 - color contains mainly: red. Hex color #F41FA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F41FA0 is #0BE05F. Grayscale: #6D6D6D. Windows color (decimal): -778336 or 10493940. OLE color: 10493940.

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

Color convert

RGB24431160-
CMYK00.870.340.04
HSL323.66º90.64%53.92%-
HSV(B)323.66º87.3%95.69%-
XYZ44.1422.7535.32-
YUV109.39156.57224.01-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 56.09%
GREEN value IS 31 (12.5% from 255) = 7.13%
BLUE value IS 160 (62.89% from 255) = 36.78%
R=56.09%
G=7.13%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.34
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2443116000.870.340.04323.6690.6453.92
HexF41FA00572241445b36
Octal36437240012742450413366
Binary111101001111110100000010101111000101001010001001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F41FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F41FA0; }

 p { color: rgb(244,31,160); }

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

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

 a { background-color: rgb(244,31,160); }

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

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

 span { border-color: rgb(244,31,160); }

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