#F97AB4

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

Shades of Persian Pink #F97AB4

Tints of Persian Pink #F97AB4

Color information

#F97AB4 (or 0xF97AB4) is unknown color: approx Persian Pink. HEX triplet: F9, 7A and B4. RGB value is (249,122,180). Sum of RGB (Red+Green+Blue) = 249+122+180=551 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.19% from 551); Green value is 122 (48.05% from 255 or 22.14% from 551); Blue value is 180 (70.70% from 255 or 32.67% from 551); Max value from RGB is 249 - color contains mainly: red. Hex color #F97AB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97AB4 is #06854B. Grayscale: #A6A6A6. Windows color (decimal): -427340 or 11827961. OLE color: 11827961.

HSL color Cylindrical-coordinate representation of color #F97AB4: hue angle of 332.6º 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 #F97AB4 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB249122180-
CMYK00.510.280.02
HSL332.6º91.37%72.75%-
HSV(B)332.6º51%97.65%-
XYZ54.2637.3547.53-
YUV166.58135.58186.78-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.19%
GREEN value IS 122 (48.05% from 255) = 22.14%
BLUE value IS 180 (70.70% from 255) = 32.67%
R=45.19%
G=22.14%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912218000.510.280.02332.691.3772.75
HexF97AB40331C214d5b49
Octal371172264063342515133111
Binary111110011111010101101000110011111001010100110110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97AB4; }

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

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

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

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

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

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

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

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