Html Css Color HEX #F779FE Fuchsia Pink

📋 copy color: '#F779FE'

red 247 ◦ green 121 ◦ blue 254

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

Shades of Fuchsia Pink #F779FE

Tints of Fuchsia Pink #F779FE

RGB

 RED value IS 247 (96.88% from 255) = 39.71%

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

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

R = 39.71%
G = 19.45%
B = 40.84%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F779FE (or 0xF779FE) is known color: Fuchsia Pink. HEX triplet: F7, 79 and FE. RGB value is (247,121,254). Sum of RGB (Red+Green+Blue) = 247+121+254=622 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.71% from 622); Green value is 121 (47.66% from 255 or 19.45% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #F779FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F779FE is #088601. Grayscale: #ADADAD. Windows color (decimal): -558594 or 16677367. OLE color: 16677367.

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

Color convert

RGB 247 121 254 -
CMYK 0.03 0.52 0 0.00
HSL 296.84º 0.99% 0.74% -
HSV(B) 296.84º 0.52% 1% -
XYZ 63.08 40.6 98.28 -
YUV 173.84 173.24 180.19 -
System Red Green Blue C M Y K H S L
Decimal 247 121 254 0.03 0.52 0 0.00 296.84 0.99 0.74
Hex F7 79 FE 3 34 0 0 129 63 4A
Octal 367 171 376 3 64 0 0 451 143 112
Binary 11110111 1111001 11111110 11 110100 0 0 100101001 1100011 1001010

Color Harmonies of #F779FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F779FE

Black with #F779FE

Text Example


Text Example

White with #F779FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F779FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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