Html Css Color HEX #F979B0 Persian Pink

📋 copy color: '#F979B0'

red 249 ◦ green 121 ◦ blue 176

#F979B0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #F979B0

Tints of Persian Pink #F979B0

RGB

 RED value IS 249 (97.66% from 255) = 45.6%

 GREEN value IS 121 (47.66% from 255) = 22.16%

 BLUE value IS 176 (69.14% from 255) = 32.23%

R = 45.6%
G = 22.16%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#F979B0 (or 0xF979B0) is known color: Persian Pink. HEX triplet: F9, 79 and B0. RGB value is (249,121,176). Sum of RGB (Red+Green+Blue) = 249+121+176=546 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.60% from 546); Green value is 121 (47.66% from 255 or 22.16% from 546); Blue value is 176 (69.14% from 255 or 32.23% from 546); Max value from RGB is 249 - color contains mainly: red. Hex color #F979B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F979B0 is #06864F. Grayscale: #A5A5A5. Windows color (decimal): -427600 or 11565561. OLE color: 11565561.

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

Color convert

RGB 249 121 176 -
CMYK 0 0.51 0.29 0.02
HSL 334.22º 0.91% 0.73% -
HSV(B) 334.22º 0.51% 0.98% -
XYZ 53.74 36.95 45.37 -
YUV 165.54 133.91 187.53 -
System Red Green Blue C M Y K H S L
Decimal 249 121 176 0 0.51 0.29 0.02 334.22 0.91 0.73
Hex F9 79 B0 0 33 1D 2 14E 5B 49
Octal 371 171 260 0 63 35 2 516 133 111
Binary 11111001 1111001 10110000 0 110011 11101 10 101001110 1011011 1001001

Color Harmonies of #F979B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F979B0

Black with #F979B0

Text Example


Text Example

White with #F979B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F979B0; }

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

 H1.HeaderClassName
 {
   color: #F979B0;
 }
 .AnyTagClassName
 {
   color: #F979B0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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