Html Css Color HEX #F979C5 Persian Pink

📋 copy color: '#F979C5'

red 249 ◦ green 121 ◦ blue 197

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

Shades of Persian Pink #F979C5

Tints of Persian Pink #F979C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 34.74%

R = 43.92%
G = 21.34%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#F979C5 (or 0xF979C5) is known color: Persian Pink. HEX triplet: F9, 79 and C5. RGB value is (249,121,197). Sum of RGB (Red+Green+Blue) = 249+121+197=567 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.92% from 567); Green value is 121 (47.66% from 255 or 21.34% from 567); Blue value is 197 (77.34% from 255 or 34.74% from 567); Max value from RGB is 249 - color contains mainly: red. Hex color #F979C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F979C5 is #06863A. Grayscale: #A7A7A7. Windows color (decimal): -427579 or 12941817. OLE color: 12941817.

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

Color convert

RGB 249 121 197 -
CMYK 0 0.51 0.21 0.02
HSL 324.38º 0.91% 0.73% -
HSV(B) 324.38º 0.51% 0.98% -
XYZ 55.98 37.85 57.18 -
YUV 167.94 144.41 185.82 -
System Red Green Blue C M Y K H S L
Decimal 249 121 197 0 0.51 0.21 0.02 324.38 0.91 0.73
Hex F9 79 C5 0 33 15 2 144 5B 49
Octal 371 171 305 0 63 25 2 504 133 111
Binary 11111001 1111001 11000101 0 110011 10101 10 101000100 1011011 1001001

Color Harmonies of #F979C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F979C5

Black with #F979C5

Text Example


Text Example

White with #F979C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F979C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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