Html Css Color HEX #F986FF Fuchsia Pink

📋 copy color: '#F986FF'

red 249 ◦ green 134 ◦ blue 255

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

Shades of Fuchsia Pink #F986FF

Tints of Fuchsia Pink #F986FF

RGB

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

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

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

R = 39.03%
G = 21%
B = 39.97%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F986FF (or 0xF986FF) is known color: Fuchsia Pink. HEX triplet: F9, 86 and FF. RGB value is (249,134,255). Sum of RGB (Red+Green+Blue) = 249+134+255=638 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.03% from 638); Green value is 134 (52.73% from 255 or 21.00% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #F986FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F986FF is #067900. Grayscale: #B5B5B5. Windows color (decimal): -424193 or 16746233. OLE color: 16746233.

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

Color convert

RGB 249 134 255 -
CMYK 0.02 0.47 0 0
HSL 297.02º 1% 0.76% -
HSV(B) 297.02º 0.47% 1% -
XYZ 65.64 44.41 99.72 -
YUV 182.18 169.1 175.66 -
System Red Green Blue C M Y K H S L
Decimal 249 134 255 0.02 0.47 0 0 297.02 1 0.76
Hex F9 86 FF 2 2F 0 0 129 64 4C
Octal 371 206 377 2 57 0 0 451 144 114
Binary 11111001 10000110 11111111 10 101111 0 0 100101001 1100100 1001100

Color Harmonies of #F986FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F986FF

Black with #F986FF

Text Example


Text Example

White with #F986FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F986FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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