Html Css Color HEX #FF8EFF Fuchsia Pink

📋 copy color: '#FF8EFF'

red 255 ◦ green 142 ◦ blue 255

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

Shades of Fuchsia Pink #FF8EFF

Tints of Fuchsia Pink #FF8EFF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 21.78%

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

R = 39.11%
G = 21.78%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FF8EFF (or 0xFF8EFF) is known color: Fuchsia Pink. HEX triplet: FF, 8E and FF. RGB value is (255,142,255). Sum of RGB (Red+Green+Blue) = 255+142+255=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 142 (55.86% from 255 or 21.78% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF8EFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8EFF is #007100. Grayscale: #BCBCBC. Windows color (decimal): -28929 or 16748287. OLE color: 16748287.

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

Color convert

RGB 255 142 255 -
CMYK 0 0.44 0 0
HSL 300º 1% 0.78% -
HSV(B) 300º 0.44% 1% -
XYZ 68.96 47.83 100.2 -
YUV 188.67 165.44 175.31 -
System Red Green Blue C M Y K H S L
Decimal 255 142 255 0 0.44 0 0 300 1 0.78
Hex FF 8E FF 0 2C 0 0 12C 64 4E
Octal 377 216 377 0 54 0 0 454 144 116
Binary 11111111 10001110 11111111 0 101100 0 0 100101100 1100100 1001110

Color Harmonies of #FF8EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8EFF

Black with #FF8EFF

Text Example


Text Example

White with #FF8EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8EFF; }

 p { color: rgb(255,142,255); }

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

background-color css

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

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

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

border-color css

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

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

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