#F97AC5

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

Shades of Persian Pink #F97AC5

Tints of Persian Pink #F97AC5

Color information

#F97AC5 (or 0xF97AC5) is unknown color: approx Persian Pink. HEX triplet: F9, 7A and C5. RGB value is (249,122,197). Sum of RGB (Red+Green+Blue) = 249+122+197=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 122 (48.05% from 255 or 21.48% from 568); Blue value is 197 (77.34% from 255 or 34.68% from 568); Max value from RGB is 249 - color contains mainly: red. Hex color #F97AC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97AC5 is #06853A. Grayscale: #A8A8A8. Windows color (decimal): -427323 or 12942073. OLE color: 12942073.

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

Color convert

RGB249122197-
CMYK00.510.210.02
HSL324.57º91.37%72.75%-
HSV(B)324.57º51%97.65%-
XYZ56.138.0957.22-
YUV168.52144.08185.4-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.84%
GREEN value IS 122 (48.05% from 255) = 21.48%
BLUE value IS 197 (77.34% from 255) = 34.68%
R=43.84%
G=21.48%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912219700.510.210.02324.5791.3772.75
HexF97AC50331521455b49
Octal371172305063252505133111
Binary111110011111010110001010110011101011010100010110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97AC5; }

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

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

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

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

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

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

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

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