Html Css Color HEX #F979FF Fuchsia Pink

📋 copy color: '#F979FF'

red 249 ◦ green 121 ◦ blue 255

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

Shades of Fuchsia Pink #F979FF

Tints of Fuchsia Pink #F979FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.8%

R = 39.84%
G = 19.36%
B = 40.8%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F979FF (or 0xF979FF) is known color: Fuchsia Pink. HEX triplet: F9, 79 and FF. RGB value is (249,121,255). Sum of RGB (Red+Green+Blue) = 249+121+255=625 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.84% from 625); Green value is 121 (47.66% from 255 or 19.36% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #F979FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F979FF is #068600. Grayscale: #AEAEAE. Windows color (decimal): -427521 or 16742905. OLE color: 16742905.

HSL color Cylindrical-coordinate representation of color #F979FF: hue angle of 297.31º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F979FF is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 249 121 255 -
CMYK 0.02 0.53 0 0
HSL 297.31º 1% 0.74% -
HSV(B) 297.31º 0.53% 1% -
XYZ 63.95 41.03 99.16 -
YUV 174.55 173.41 181.1 -
System Red Green Blue C M Y K H S L
Decimal 249 121 255 0.02 0.53 0 0 297.31 1 0.74
Hex F9 79 FF 2 35 0 0 129 64 4A
Octal 371 171 377 2 65 0 0 451 144 112
Binary 11111001 1111001 11111111 10 110101 0 0 100101001 1100100 1001010

Color Harmonies of #F979FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F979FF

Black with #F979FF

Text Example


Text Example

White with #F979FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F979FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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