Html Css Color HEX #FF86F6 Fuchsia Pink

📋 copy color: '#FF86F6'

red 255 ◦ green 134 ◦ blue 246

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

Shades of Fuchsia Pink #FF86F6

Tints of Fuchsia Pink #FF86F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 38.74%

R = 40.16%
G = 21.1%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#FF86F6 (or 0xFF86F6) is known color: Fuchsia Pink. HEX triplet: FF, 86 and F6. RGB value is (255,134,246). Sum of RGB (Red+Green+Blue) = 255+134+246=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 134 (52.73% from 255 or 21.10% from 635); Blue value is 246 (96.48% from 255 or 38.74% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FF86F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF86F6 is #007909. Grayscale: #B6B6B6. Windows color (decimal): -30986 or 16156415. OLE color: 16156415.

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

Color convert

RGB 255 134 246 -
CMYK 0 0.47 0.04 0
HSL 304.46º 1% 0.76% -
HSV(B) 304.46º 0.47% 1% -
XYZ 66.4 44.96 92.37 -
YUV 182.95 163.59 179.39 -
System Red Green Blue C M Y K H S L
Decimal 255 134 246 0 0.47 0.04 0 304.46 1 0.76
Hex FF 86 F6 0 2F 4 0 130 64 4C
Octal 377 206 366 0 57 4 0 460 144 114
Binary 11111111 10000110 11110110 0 101111 100 0 100110000 1100100 1001100

Color Harmonies of #FF86F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF86F6

Black with #FF86F6

Text Example


Text Example

White with #FF86F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF86F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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