Html Css Color HEX #FE79FA Fuchsia Pink

📋 copy color: '#FE79FA'

red 254 ◦ green 121 ◦ blue 250

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

Shades of Fuchsia Pink #FE79FA

Tints of Fuchsia Pink #FE79FA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 19.36%

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

R = 40.64%
G = 19.36%
B = 40%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FE79FA (or 0xFE79FA) is known color: Fuchsia Pink. HEX triplet: FE, 79 and FA. RGB value is (254,121,250). Sum of RGB (Red+Green+Blue) = 254+121+250=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 121 (47.66% from 255 or 19.36% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FE79FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE79FA is #018605. Grayscale: #AFAFAF. Windows color (decimal): -99846 or 16415230. OLE color: 16415230.

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

Color convert

RGB 254 121 250 -
CMYK 0 0.52 0.02 0.00
HSL 301.8º 0.99% 0.74% -
HSV(B) 301.8º 0.52% 1% -
XYZ 64.97 41.65 95.06 -
YUV 175.47 170.06 184.01 -
System Red Green Blue C M Y K H S L
Decimal 254 121 250 0 0.52 0.02 0.00 301.8 0.99 0.74
Hex FE 79 FA 0 34 2 0 12E 63 4A
Octal 376 171 372 0 64 2 0 456 143 112
Binary 11111110 1111001 11111010 0 110100 10 0 100101110 1100011 1001010

Color Harmonies of #FE79FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE79FA

Black with #FE79FA

Text Example


Text Example

White with #FE79FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE79FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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