Html Css Color HEX #FE7EF8 Fuchsia Pink

📋 copy color: '#FE7EF8'

red 254 ◦ green 126 ◦ blue 248

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

Shades of Fuchsia Pink #FE7EF8

Tints of Fuchsia Pink #FE7EF8

RGB

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

 GREEN value IS 126 (49.61% from 255) = 20.06%

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

R = 40.45%
G = 20.06%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FE7EF8 (or 0xFE7EF8) is known color: Fuchsia Pink. HEX triplet: FE, 7E and F8. RGB value is (254,126,248). Sum of RGB (Red+Green+Blue) = 254+126+248=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 126 (49.61% from 255 or 20.06% from 628); Blue value is 248 (97.27% from 255 or 39.49% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7EF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7EF8 is #018107. Grayscale: #B1B1B1. Windows color (decimal): -98568 or 16285438. OLE color: 16285438.

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

Color convert

RGB 254 126 248 -
CMYK 0 0.50 0.02 0.00
HSL 302.81º 0.98% 0.75% -
HSV(B) 302.81º 0.5% 1% -
XYZ 65.28 42.77 93.62 -
YUV 178.18 167.41 182.08 -
System Red Green Blue C M Y K H S L
Decimal 254 126 248 0 0.50 0.02 0.00 302.81 0.98 0.75
Hex FE 7E F8 0 32 2 0 12F 62 4B
Octal 376 176 370 0 62 2 0 457 142 113
Binary 11111110 1111110 11111000 0 110010 10 0 100101111 1100010 1001011

Color Harmonies of #FE7EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7EF8

Black with #FE7EF8

Text Example


Text Example

White with #FE7EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7EF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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