Html Css Color HEX #F979F9 Fuchsia Pink

📋 copy color: '#F979F9'

red 249 ◦ green 121 ◦ blue 249

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

Shades of Fuchsia Pink #F979F9

Tints of Fuchsia Pink #F979F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 40.23%

R = 40.23%
G = 19.55%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F979F9 (or 0xF979F9) is known color: Fuchsia Pink. HEX triplet: F9, 79 and F9. RGB value is (249,121,249). Sum of RGB (Red+Green+Blue) = 249+121+249=619 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.23% from 619); Green value is 121 (47.66% from 255 or 19.55% from 619); Blue value is 249 (97.66% from 255 or 40.23% from 619); Max value from RGB is 249 - color contains mainly: red, blue. Hex color #F979F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F979F9 is #068606. Grayscale: #ADADAD. Windows color (decimal): -427527 or 16349689. OLE color: 16349689.

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

Color convert

RGB 249 121 249 -
CMYK 0 0.51 0 0.02
HSL 300º 0.91% 0.73% -
HSV(B) 300º 0.51% 0.98% -
XYZ 63 40.65 94.15 -
YUV 173.86 170.41 181.59 -
System Red Green Blue C M Y K H S L
Decimal 249 121 249 0 0.51 0 0.02 300 0.91 0.73
Hex F9 79 F9 0 33 0 2 12C 5B 49
Octal 371 171 371 0 63 0 2 454 133 111
Binary 11111001 1111001 11111001 0 110011 0 10 100101100 1011011 1001001

Color Harmonies of #F979F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F979F9

Black with #F979F9

Text Example


Text Example

White with #F979F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F979F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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