Html Css Color HEX #F980FE Fuchsia Pink

📋 copy color: '#F980FE'

red 249 ◦ green 128 ◦ blue 254

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

Shades of Fuchsia Pink #F980FE

Tints of Fuchsia Pink #F980FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.25%

R = 39.46%
G = 20.29%
B = 40.25%

CMYK

 C value IS 0.02

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F980FE (or 0xF980FE) is known color: Fuchsia Pink. HEX triplet: F9, 80 and FE. RGB value is (249,128,254). Sum of RGB (Red+Green+Blue) = 249+128+254=631 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.46% from 631); Green value is 128 (50.39% from 255 or 20.29% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #F980FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F980FE is #067F01. Grayscale: #B2B2B2. Windows color (decimal): -425730 or 16679161. OLE color: 16679161.

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

Color convert

RGB 249 128 254 -
CMYK 0.02 0.50 0 0.00
HSL 297.62º 0.98% 0.75% -
HSV(B) 297.62º 0.5% 1% -
XYZ 64.68 42.73 98.61 -
YUV 178.54 170.59 178.25 -
System Red Green Blue C M Y K H S L
Decimal 249 128 254 0.02 0.50 0 0.00 297.62 0.98 0.75
Hex F9 80 FE 2 32 0 0 12A 62 4B
Octal 371 200 376 2 62 0 0 452 142 113
Binary 11111001 10000000 11111110 10 110010 0 0 100101010 1100010 1001011

Color Harmonies of #F980FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F980FE

Black with #F980FE

Text Example


Text Example

White with #F980FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F980FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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