#F97FBB

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

Shades of Persian Pink #F97FBB

Tints of Persian Pink #F97FBB

Color information

#F97FBB (or 0xF97FBB) is unknown color: approx Persian Pink. HEX triplet: F9, 7F and BB. RGB value is (249,127,187). Sum of RGB (Red+Green+Blue) = 249+127+187=563 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.23% from 563); Green value is 127 (50% from 255 or 22.56% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 249 - color contains mainly: red. Hex color #F97FBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97FBB is #068044. Grayscale: #AAAAAA. Windows color (decimal): -426053 or 12287993. OLE color: 12287993.

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

Color convert

RGB249127187-
CMYK00.490.250.02
HSL330.49º91.04%73.73%-
HSV(B)330.49º49%97.65%-
XYZ55.6338.9151.59-
YUV170.32137.42184.12-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.23%
GREEN value IS 127 (50% from 255) = 22.56%
BLUE value IS 187 (73.44% from 255) = 33.21%
R=44.23%
G=22.56%
B=33.21%

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
Decimal24912718700.490.250.02330.4991.0473.73
HexF97FBB03119214a5b4a
Octal371177273061312512133112
Binary111110011111111101110110110001110011010100101010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97FBB; }

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

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

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

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

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

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

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

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