#F976BE

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

Shades of Persian Pink #F976BE

Tints of Persian Pink #F976BE

Color information

#F976BE (or 0xF976BE) is unknown color: approx Persian Pink. HEX triplet: F9, 76 and BE. RGB value is (249,118,190). Sum of RGB (Red+Green+Blue) = 249+118+190=557 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.70% from 557); Green value is 118 (46.48% from 255 or 21.18% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 249 - color contains mainly: red. Hex color #F976BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F976BE is #068941. Grayscale: #A5A5A5. Windows color (decimal): -428354 or 12482297. OLE color: 12482297.

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

Color convert

RGB249118190-
CMYK00.530.240.02
HSL327.02º91.61%71.96%-
HSV(B)327.02º52.61%97.65%-
XYZ54.8436.8152.93-
YUV165.38141.9187.65-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.70%
GREEN value IS 118 (46.48% from 255) = 21.18%
BLUE value IS 190 (74.61% from 255) = 34.11%
R=44.70%
G=21.18%
B=34.11%

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
Decimal24911819000.530.240.02327.0291.6171.96
HexF976BE0351821475c48
Octal371166276065302507134110
Binary111110011110110101111100110101110001010100011110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F976BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F976BE; }

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

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

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

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

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

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

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

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