#F97ABE

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

Shades of Persian Pink #F97ABE

Tints of Persian Pink #F97ABE

Color information

#F97ABE (or 0xF97ABE) is unknown color: approx Persian Pink. HEX triplet: F9, 7A and BE. RGB value is (249,122,190). Sum of RGB (Red+Green+Blue) = 249+122+190=561 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.39% from 561); Green value is 122 (48.05% from 255 or 21.75% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 249 - color contains mainly: red. Hex color #F97ABE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97ABE is #068541. Grayscale: #A7A7A7. Windows color (decimal): -427330 or 12483321. OLE color: 12483321.

HSL color Cylindrical-coordinate representation of color #F97ABE: hue angle of 327.87º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F97ABE is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB249122190-
CMYK00.510.240.02
HSL327.87º91.37%72.75%-
HSV(B)327.87º51%97.65%-
XYZ55.3237.7853.09-
YUV167.72140.58185.97-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.39%
GREEN value IS 122 (48.05% from 255) = 21.75%
BLUE value IS 190 (74.61% from 255) = 33.87%
R=44.39%
G=21.75%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912219000.510.240.02327.8791.3772.75
HexF97ABE0331821485b49
Octal371172276063302510133111
Binary111110011111010101111100110011110001010100100010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97ABE; }

 p { color: rgb(249,122,190); }

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

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

 a { background-color: rgb(249,122,190); }

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

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

 span { border-color: rgb(249,122,190); }

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