Html Css Color HEX #FF8EFB Fuchsia Pink

📋 copy color: '#FF8EFB'

red 255 ◦ green 142 ◦ blue 251

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

Shades of Fuchsia Pink #FF8EFB

Tints of Fuchsia Pink #FF8EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.73%

R = 39.35%
G = 21.91%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FF8EFB (or 0xFF8EFB) is known color: Fuchsia Pink. HEX triplet: FF, 8E and FB. RGB value is (255,142,251). Sum of RGB (Red+Green+Blue) = 255+142+251=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 142 (55.86% from 255 or 21.91% from 648); Blue value is 251 (98.44% from 255 or 38.73% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8EFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8EFB is #007104. Grayscale: #BBBBBB. Windows color (decimal): -28933 or 16486143. OLE color: 16486143.

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

Color convert

RGB 255 142 251 -
CMYK 0 0.44 0.02 0
HSL 302.12º 1% 0.78% -
HSV(B) 302.12º 0.44% 1% -
XYZ 68.33 47.57 96.85 -
YUV 188.21 163.44 175.64 -
System Red Green Blue C M Y K H S L
Decimal 255 142 251 0 0.44 0.02 0 302.12 1 0.78
Hex FF 8E FB 0 2C 2 0 12E 64 4E
Octal 377 216 373 0 54 2 0 456 144 116
Binary 11111111 10001110 11111011 0 101100 10 0 100101110 1100100 1001110

Color Harmonies of #FF8EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8EFB

Black with #FF8EFB

Text Example


Text Example

White with #FF8EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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