Html Css Color HEX #FE7AFE Fuchsia Pink

📋 copy color: '#FE7AFE'

red 254 ◦ green 122 ◦ blue 254

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

Shades of Fuchsia Pink #FE7AFE

Tints of Fuchsia Pink #FE7AFE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 19.37%

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

R = 40.32%
G = 19.37%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FE7AFE (or 0xFE7AFE) is known color: Fuchsia Pink. HEX triplet: FE, 7A and FE. RGB value is (254,122,254). Sum of RGB (Red+Green+Blue) = 254+122+254=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 122 (48.05% from 255 or 19.37% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE7AFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7AFE is #018501. Grayscale: #B0B0B0. Windows color (decimal): -99586 or 16677630. OLE color: 16677630.

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

Color convert

RGB 254 122 254 -
CMYK 0 0.52 0 0.00
HSL 300º 0.99% 0.74% -
HSV(B) 300º 0.52% 1% -
XYZ 65.72 42.15 98.44 -
YUV 176.52 171.73 183.27 -
System Red Green Blue C M Y K H S L
Decimal 254 122 254 0 0.52 0 0.00 300 0.99 0.74
Hex FE 7A FE 0 34 0 0 12C 63 4A
Octal 376 172 376 0 64 0 0 454 143 112
Binary 11111110 1111010 11111110 0 110100 0 0 100101100 1100011 1001010

Color Harmonies of #FE7AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7AFE

Black with #FE7AFE

Text Example


Text Example

White with #FE7AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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