#F976BD

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

Shades of Persian Pink #F976BD

Tints of Persian Pink #F976BD

Color information

#F976BD (or 0xF976BD) is unknown color: approx Persian Pink. HEX triplet: F9, 76 and BD. RGB value is (249,118,189). Sum of RGB (Red+Green+Blue) = 249+118+189=556 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.78% from 556); Green value is 118 (46.48% from 255 or 21.22% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 249 - color contains mainly: red. Hex color #F976BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F976BD is #068942. Grayscale: #A5A5A5. Windows color (decimal): -428355 or 12416761. OLE color: 12416761.

HSL color Cylindrical-coordinate representation of color #F976BD: hue angle of 327.48º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F976BD is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB249118189-
CMYK00.530.240.02
HSL327.48º91.61%71.96%-
HSV(B)327.48º52.61%97.65%-
XYZ54.7336.7752.36-
YUV165.26141.4187.73-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.78%
GREEN value IS 118 (46.48% from 255) = 21.22%
BLUE value IS 189 (74.22% from 255) = 33.99%
R=44.78%
G=21.22%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911818900.530.240.02327.4891.6171.96
HexF976BD0351821475c48
Octal371166275065302507134110
Binary111110011110110101111010110101110001010100011110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F976BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F976BD; }

 p { color: rgb(249,118,189); }

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

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

 a { background-color: rgb(249,118,189); }

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

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

 span { border-color: rgb(249,118,189); }

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