#F97FBA

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

Shades of Persian Pink #F97FBA

Tints of Persian Pink #F97FBA

Color information

#F97FBA (or 0xF97FBA) is unknown color: approx Persian Pink. HEX triplet: F9, 7F and BA. RGB value is (249,127,186). Sum of RGB (Red+Green+Blue) = 249+127+186=562 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.31% from 562); Green value is 127 (50% from 255 or 22.60% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 249 - color contains mainly: red. Hex color #F97FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97FBA is #068045. Grayscale: #AAAAAA. Windows color (decimal): -426054 or 12222457. OLE color: 12222457.

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

Color convert

RGB249127186-
CMYK00.490.250.02
HSL330.98º91.04%73.73%-
HSV(B)330.98º49%97.65%-
XYZ55.5238.8651.03-
YUV170.2136.92184.2-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.31%
GREEN value IS 127 (50% from 255) = 22.60%
BLUE value IS 186 (73.05% from 255) = 33.10%
R=44.31%
G=22.60%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912718600.490.250.02330.9891.0473.73
HexF97FBA03119214b5b4a
Octal371177272061312513133112
Binary111110011111111101110100110001110011010100101110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97FBA; }

 p { color: rgb(249,127,186); }

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

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

 a { background-color: rgb(249,127,186); }

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

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

 span { border-color: rgb(249,127,186); }

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