Html Css Color HEX #FF79FE Fuchsia Pink

📋 copy color: '#FF79FE'

red 255 ◦ green 121 ◦ blue 254

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

Shades of Fuchsia Pink #FF79FE

Tints of Fuchsia Pink #FF79FE

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.00

 K value IS 0

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #FF79FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF79FE

Black with #FF79FE

Text Example


Text Example

White with #FF79FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF79FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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