Html Css Color HEX #FF86F9 Fuchsia Pink

📋 copy color: '#FF86F9'

red 255 ◦ green 134 ◦ blue 249

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

Shades of Fuchsia Pink #FF86F9

Tints of Fuchsia Pink #FF86F9

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #FF86F9: hue angle of 302.98º 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 #FF86F9 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB 255 134 249 -
CMYK 0 0.47 0.02 0
HSL 302.98º 1% 0.76% -
HSV(B) 302.98º 0.47% 1% -
XYZ 66.86 45.15 94.81 -
YUV 183.29 165.09 179.15 -
System Red Green Blue C M Y K H S L
Decimal 255 134 249 0 0.47 0.02 0 302.98 1 0.76
Hex FF 86 F9 0 2F 2 0 12F 64 4C
Octal 377 206 371 0 57 2 0 457 144 114
Binary 11111111 10000110 11111001 0 101111 10 0 100101111 1100100 1001100

Color Harmonies of #FF86F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF86F9

Black with #FF86F9

Text Example


Text Example

White with #FF86F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF86F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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