Html Css Color HEX #F986FE Fuchsia Pink

📋 copy color: '#F986FE'

red 249 ◦ green 134 ◦ blue 254

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

Shades of Fuchsia Pink #F986FE

Tints of Fuchsia Pink #F986FE

RGB

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

 GREEN value IS 134 (52.73% from 255) = 21.04%

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

R = 39.09%
G = 21.04%
B = 39.87%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F986FE (or 0xF986FE) is known color: Fuchsia Pink. HEX triplet: F9, 86 and FE. RGB value is (249,134,254). Sum of RGB (Red+Green+Blue) = 249+134+254=637 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.09% from 637); Green value is 134 (52.73% from 255 or 21.04% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #F986FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F986FE is #067901. Grayscale: #B5B5B5. Windows color (decimal): -424194 or 16680697. OLE color: 16680697.

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

Color convert

RGB 249 134 254 -
CMYK 0.02 0.47 0 0.00
HSL 297.5º 0.98% 0.76% -
HSV(B) 297.5º 0.47% 1% -
XYZ 65.48 44.35 98.87 -
YUV 182.07 168.6 175.74 -
System Red Green Blue C M Y K H S L
Decimal 249 134 254 0.02 0.47 0 0.00 297.5 0.98 0.76
Hex F9 86 FE 2 2F 0 0 12A 62 4C
Octal 371 206 376 2 57 0 0 452 142 114
Binary 11111001 10000110 11111110 10 101111 0 0 100101010 1100010 1001100

Color Harmonies of #F986FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F986FE

Black with #F986FE

Text Example


Text Example

White with #F986FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F986FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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