Html Css Color HEX #FE8AFE Fuchsia Pink

📋 copy color: '#FE8AFE'

red 254 ◦ green 138 ◦ blue 254

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

Shades of Fuchsia Pink #FE8AFE

Tints of Fuchsia Pink #FE8AFE

RGB

 RED value IS 254 (99.61% from 255) = 39.32%

 GREEN value IS 138 (54.3% from 255) = 21.36%

 BLUE value IS 254 (99.61% from 255) = 39.32%

R = 39.32%
G = 21.36%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FE8AFE (or 0xFE8AFE) is known color: Fuchsia Pink. HEX triplet: FE, 8A and FE. RGB value is (254,138,254). Sum of RGB (Red+Green+Blue) = 254+138+254=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 138 (54.30% from 255 or 21.36% from 646); Blue value is 254 (99.61% from 255 or 39.32% from 646); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE8AFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8AFE is #017501. Grayscale: #B9B9B9. Windows color (decimal): -95490 or 16681726. OLE color: 16681726.

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

Color convert

RGB 254 138 254 -
CMYK 0 0.46 0 0.00
HSL 300º 0.98% 0.77% -
HSV(B) 300º 0.46% 1% -
XYZ 67.85 46.4 99.15 -
YUV 185.91 166.43 176.57 -
System Red Green Blue C M Y K H S L
Decimal 254 138 254 0 0.46 0 0.00 300 0.98 0.77
Hex FE 8A FE 0 2E 0 0 12C 62 4D
Octal 376 212 376 0 56 0 0 454 142 115
Binary 11111110 10001010 11111110 0 101110 0 0 100101100 1100010 1001101

Color Harmonies of #FE8AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8AFE

Black with #FE8AFE

Text Example


Text Example

White with #FE8AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8AFE; }

 p { color: rgb(254,138,254); }

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

background-color css

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

 a { background-color: rgb(254,138,254); }

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

border-color css

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

 span { border-color: rgb(254,138,254); }

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