Html Css Color HEX #FE7EFA Fuchsia Pink

📋 copy color: '#FE7EFA'

red 254 ◦ green 126 ◦ blue 250

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

Shades of Fuchsia Pink #FE7EFA

Tints of Fuchsia Pink #FE7EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.68%

R = 40.32%
G = 20%
B = 39.68%

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

#FE7EFA (or 0xFE7EFA) is known color: Fuchsia Pink. HEX triplet: FE, 7E and FA. RGB value is (254,126,250). Sum of RGB (Red+Green+Blue) = 254+126+250=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 126 (49.61% from 255 or 20% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7EFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7EFA is #018105. Grayscale: #B2B2B2. Windows color (decimal): -98566 or 16416510. OLE color: 16416510.

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

Color convert

RGB 254 126 250 -
CMYK 0 0.50 0.02 0.00
HSL 301.88º 0.98% 0.75% -
HSV(B) 301.88º 0.5% 1% -
XYZ 65.59 42.89 95.27 -
YUV 178.41 168.41 181.92 -
System Red Green Blue C M Y K H S L
Decimal 254 126 250 0 0.50 0.02 0.00 301.88 0.98 0.75
Hex FE 7E FA 0 32 2 0 12E 62 4B
Octal 376 176 372 0 62 2 0 456 142 113
Binary 11111110 1111110 11111010 0 110010 10 0 100101110 1100010 1001011

Color Harmonies of #FE7EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7EFA

Black with #FE7EFA

Text Example


Text Example

White with #FE7EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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