Html Css Color HEX #FF86FD Fuchsia Pink

📋 copy color: '#FF86FD'

red 255 ◦ green 134 ◦ blue 253

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

Shades of Fuchsia Pink #FF86FD

Tints of Fuchsia Pink #FF86FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.41%

R = 39.72%
G = 20.87%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#FF86FD (or 0xFF86FD) is known color: Fuchsia Pink. HEX triplet: FF, 86 and FD. RGB value is (255,134,253). Sum of RGB (Red+Green+Blue) = 255+134+253=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 134 (52.73% from 255 or 20.87% from 642); Blue value is 253 (99.22% from 255 or 39.41% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FF86FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF86FD is #007902. Grayscale: #B7B7B7. Windows color (decimal): -30979 or 16615167. OLE color: 16615167.

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

Color convert

RGB 255 134 253 -
CMYK 0 0.47 0.01 0
HSL 300.99º 1% 0.76% -
HSV(B) 300.99º 0.47% 1% -
XYZ 67.49 45.4 98.13 -
YUV 183.75 167.09 178.82 -
System Red Green Blue C M Y K H S L
Decimal 255 134 253 0 0.47 0.01 0 300.99 1 0.76
Hex FF 86 FD 0 2F 1 0 12D 64 4C
Octal 377 206 375 0 57 1 0 455 144 114
Binary 11111111 10000110 11111101 0 101111 1 0 100101101 1100100 1001100

Color Harmonies of #FF86FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF86FD

Black with #FF86FD

Text Example


Text Example

White with #FF86FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF86FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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