#F91FA5

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

Shades of Persian Rose #F91FA5

Tints of Persian Rose #F91FA5

Color information

#F91FA5 (or 0xF91FA5) is unknown color: approx Persian Rose. HEX triplet: F9, 1F and A5. RGB value is (249,31,165). Sum of RGB (Red+Green+Blue) = 249+31+165=445 (58% of max value = 765). Red value is 249 (97.66% from 255 or 55.96% from 445); Green value is 31 (12.5% from 255 or 6.97% from 445); Blue value is 165 (64.84% from 255 or 37.08% from 445); Max value from RGB is 249 - color contains mainly: red. Hex color #F91FA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91FA5 is #06E05A. Grayscale: #6F6F6F. Windows color (decimal): -450651 or 10821625. OLE color: 10821625.

HSL color Cylindrical-coordinate representation of color #F91FA5: hue angle of 323.12º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F91FA5 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB24931165-
CMYK00.880.340.02
HSL323.12º94.78%54.9%-
HSV(B)323.12º87.55%97.65%-
XYZ46.3523.8437.76-
YUV111.46158.22226.1-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 55.96%
GREEN value IS 31 (12.5% from 255) = 6.97%
BLUE value IS 165 (64.84% from 255) = 37.08%
R=55.96%
G=6.97%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2493116500.880.340.02323.1294.7854.9
HexF91FA50582221435f37
Octal37137245013042250313767
Binary11111001111111010010101011000100010101010000111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F91FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F91FA5; }

 p { color: rgb(249,31,165); }

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

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

 a { background-color: rgb(249,31,165); }

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

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

 span { border-color: rgb(249,31,165); }

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