Html Css Color HEX #FE79FF Fuchsia Pink

📋 copy color: '#FE79FF'

red 254 ◦ green 121 ◦ blue 255

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

Shades of Fuchsia Pink #FE79FF

Tints of Fuchsia Pink #FE79FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.48%

R = 40.32%
G = 19.21%
B = 40.48%

CMYK

 C value IS 0.00

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FE79FF (or 0xFE79FF) is known color: Fuchsia Pink. HEX triplet: FE, 79 and FF. RGB value is (254,121,255). Sum of RGB (Red+Green+Blue) = 254+121+255=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 121 (47.66% from 255 or 19.21% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE79FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE79FF is #018600. Grayscale: #AFAFAF. Windows color (decimal): -99841 or 16742910. OLE color: 16742910.

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

Color convert

RGB 254 121 255 -
CMYK 0.00 0.53 0 0
HSL 299.55º 1% 0.74% -
HSV(B) 299.55º 0.53% 1% -
XYZ 65.76 41.97 99.24 -
YUV 176.04 172.56 183.6 -
System Red Green Blue C M Y K H S L
Decimal 254 121 255 0.00 0.53 0 0 299.55 1 0.74
Hex FE 79 FF 0 35 0 0 12C 64 4A
Octal 376 171 377 0 65 0 0 454 144 112
Binary 11111110 1111001 11111111 0 110101 0 0 100101100 1100100 1001010

Color Harmonies of #FE79FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE79FF

Black with #FE79FF

Text Example


Text Example

White with #FE79FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE79FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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