Html Css Color HEX #FE8AF8 Fuchsia Pink

📋 copy color: '#FE8AF8'

red 254 ◦ green 138 ◦ blue 248

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

Shades of Fuchsia Pink #FE8AF8

Tints of Fuchsia Pink #FE8AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 38.75%

R = 39.69%
G = 21.56%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FE8AF8 (or 0xFE8AF8) is known color: Fuchsia Pink. HEX triplet: FE, 8A and F8. RGB value is (254,138,248). Sum of RGB (Red+Green+Blue) = 254+138+248=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 138 (54.30% from 255 or 21.56% from 640); Blue value is 248 (97.27% from 255 or 38.75% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8AF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8AF8 is #017507. Grayscale: #B8B8B8. Windows color (decimal): -95496 or 16288510. OLE color: 16288510.

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

Color convert

RGB 254 138 248 -
CMYK 0 0.46 0.02 0.00
HSL 303.1º 0.98% 0.77% -
HSV(B) 303.1º 0.46% 1% -
XYZ 66.9 46.03 94.16 -
YUV 185.22 163.43 177.06 -
System Red Green Blue C M Y K H S L
Decimal 254 138 248 0 0.46 0.02 0.00 303.1 0.98 0.77
Hex FE 8A F8 0 2E 2 0 12F 62 4D
Octal 376 212 370 0 56 2 0 457 142 115
Binary 11111110 10001010 11111000 0 101110 10 0 100101111 1100010 1001101

Color Harmonies of #FE8AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8AF8

Black with #FE8AF8

Text Example


Text Example

White with #FE8AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8AF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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