Html Css Color HEX #F981FE Fuchsia Pink

📋 copy color: '#F981FE'

red 249 ◦ green 129 ◦ blue 254

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

Shades of Fuchsia Pink #F981FE

Tints of Fuchsia Pink #F981FE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 20.41%

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

R = 39.4%
G = 20.41%
B = 40.19%

CMYK

 C value IS 0.02

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F981FE (or 0xF981FE) is known color: Fuchsia Pink. HEX triplet: F9, 81 and FE. RGB value is (249,129,254). Sum of RGB (Red+Green+Blue) = 249+129+254=632 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.40% from 632); Green value is 129 (50.78% from 255 or 20.41% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #F981FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F981FE is #067E01. Grayscale: #B2B2B2. Windows color (decimal): -425474 or 16679417. OLE color: 16679417.

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

Color convert

RGB 249 129 254 -
CMYK 0.02 0.49 0 0.00
HSL 297.6º 0.98% 0.75% -
HSV(B) 297.6º 0.49% 1% -
XYZ 64.81 43 98.65 -
YUV 179.13 170.26 177.84 -
System Red Green Blue C M Y K H S L
Decimal 249 129 254 0.02 0.49 0 0.00 297.6 0.98 0.75
Hex F9 81 FE 2 31 0 0 12A 62 4B
Octal 371 201 376 2 61 0 0 452 142 113
Binary 11111001 10000001 11111110 10 110001 0 0 100101010 1100010 1001011

Color Harmonies of #F981FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F981FE

Black with #F981FE

Text Example


Text Example

White with #F981FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F981FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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