#F97FBE

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

Shades of Persian Pink #F97FBE

Tints of Persian Pink #F97FBE

Color information

#F97FBE (or 0xF97FBE) is unknown color: approx Persian Pink. HEX triplet: F9, 7F and BE. RGB value is (249,127,190). Sum of RGB (Red+Green+Blue) = 249+127+190=566 (74% of max value = 765). Red value is 249 (97.66% from 255 or 43.99% from 566); Green value is 127 (50% from 255 or 22.44% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 249 - color contains mainly: red. Hex color #F97FBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97FBE is #068041. Grayscale: #AAAAAA. Windows color (decimal): -426050 or 12484601. OLE color: 12484601.

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

Color convert

RGB249127190-
CMYK00.490.240.02
HSL329.02º91.04%73.73%-
HSV(B)329.02º49%97.65%-
XYZ55.9539.0453.3-
YUV170.66138.92183.88-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.99%
GREEN value IS 127 (50% from 255) = 22.44%
BLUE value IS 190 (74.61% from 255) = 33.57%
R=43.99%
G=22.44%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912719000.490.240.02329.0291.0473.73
HexF97FBE0311821495b4a
Octal371177276061302511133112
Binary111110011111111101111100110001110001010100100110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97FBE; }

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

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

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

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

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

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

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

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