#F979B2

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

Shades of Persian Pink #F979B2

Tints of Persian Pink #F979B2

Color information

#F979B2 (or 0xF979B2) is unknown color: approx Persian Pink. HEX triplet: F9, 79 and B2. RGB value is (249,121,178). Sum of RGB (Red+Green+Blue) = 249+121+178=548 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.44% from 548); Green value is 121 (47.66% from 255 or 22.08% from 548); Blue value is 178 (69.92% from 255 or 32.48% from 548); Max value from RGB is 249 - color contains mainly: red. Hex color #F979B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F979B2 is #06864D. Grayscale: #A5A5A5. Windows color (decimal): -427598 or 11696633. OLE color: 11696633.

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

Color convert

RGB249121178-
CMYK00.510.290.02
HSL333.28º91.43%72.55%-
HSV(B)333.28º51.41%97.65%-
XYZ53.9437.0346.42-
YUV165.77134.91187.37-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.44%
GREEN value IS 121 (47.66% from 255) = 22.08%
BLUE value IS 178 (69.92% from 255) = 32.48%
R=45.44%
G=22.08%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912117800.510.290.02333.2891.4372.55
HexF979B20331D214d5b49
Octal371171262063352515133111
Binary111110011111001101100100110011111011010100110110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F979B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F979B2; }

 p { color: rgb(249,121,178); }

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

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

 a { background-color: rgb(249,121,178); }

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

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

 span { border-color: rgb(249,121,178); }

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