Html Css Color HEX #FF86F7 Fuchsia Pink

📋 copy color: '#FF86F7'

red 255 ◦ green 134 ◦ blue 247

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

Shades of Fuchsia Pink #FF86F7

Tints of Fuchsia Pink #FF86F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 38.84%

R = 40.09%
G = 21.07%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#FF86F7 (or 0xFF86F7) is known color: Fuchsia Pink. HEX triplet: FF, 86 and F7. RGB value is (255,134,247). Sum of RGB (Red+Green+Blue) = 255+134+247=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 134 (52.73% from 255 or 21.07% from 636); Blue value is 247 (96.88% from 255 or 38.84% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FF86F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF86F7 is #007908. Grayscale: #B6B6B6. Windows color (decimal): -30985 or 16221951. OLE color: 16221951.

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

Color convert

RGB 255 134 247 -
CMYK 0 0.47 0.03 0
HSL 303.97º 1% 0.76% -
HSV(B) 303.97º 0.47% 1% -
XYZ 66.55 45.03 93.18 -
YUV 183.06 164.09 179.31 -
System Red Green Blue C M Y K H S L
Decimal 255 134 247 0 0.47 0.03 0 303.97 1 0.76
Hex FF 86 F7 0 2F 3 0 130 64 4C
Octal 377 206 367 0 57 3 0 460 144 114
Binary 11111111 10000110 11110111 0 101111 11 0 100110000 1100100 1001100

Color Harmonies of #FF86F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF86F7

Black with #FF86F7

Text Example


Text Example

White with #FF86F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF86F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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