Html Css Color HEX #F980FF Fuchsia Pink

📋 copy color: '#F980FF'

red 249 ◦ green 128 ◦ blue 255

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

Shades of Fuchsia Pink #F980FF

Tints of Fuchsia Pink #F980FF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 20.25%

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

R = 39.4%
G = 20.25%
B = 40.35%

CMYK

 C value IS 0.02

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F980FF (or 0xF980FF) is known color: Fuchsia Pink. HEX triplet: F9, 80 and FF. RGB value is (249,128,255). Sum of RGB (Red+Green+Blue) = 249+128+255=632 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.40% from 632); Green value is 128 (50.39% from 255 or 20.25% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #F980FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F980FF is #067F00. Grayscale: #B2B2B2. Windows color (decimal): -425729 or 16744697. OLE color: 16744697.

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

Color convert

RGB 249 128 255 -
CMYK 0.02 0.50 0 0
HSL 297.17º 1% 0.75% -
HSV(B) 297.17º 0.5% 1% -
XYZ 64.84 42.8 99.45 -
YUV 178.66 171.09 178.17 -
System Red Green Blue C M Y K H S L
Decimal 249 128 255 0.02 0.50 0 0 297.17 1 0.75
Hex F9 80 FF 2 32 0 0 129 64 4B
Octal 371 200 377 2 62 0 0 451 144 113
Binary 11111001 10000000 11111111 10 110010 0 0 100101001 1100100 1001011

Color Harmonies of #F980FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F980FF

Black with #F980FF

Text Example


Text Example

White with #F980FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F980FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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