Html Css Color HEX #F777FE Fuchsia Pink

📋 copy color: '#F777FE'

red 247 ◦ green 119 ◦ blue 254

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

Shades of Fuchsia Pink #F777FE

Tints of Fuchsia Pink #F777FE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 19.19%

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

R = 39.84%
G = 19.19%
B = 40.97%

CMYK

 C value IS 0.03

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F777FE (or 0xF777FE) is known color: Fuchsia Pink. HEX triplet: F7, 77 and FE. RGB value is (247,119,254). Sum of RGB (Red+Green+Blue) = 247+119+254=620 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.84% from 620); Green value is 119 (46.88% from 255 or 19.19% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #F777FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F777FE is #088801. Grayscale: #ACACAC. Windows color (decimal): -559106 or 16676855. OLE color: 16676855.

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

Color convert

RGB 247 119 254 -
CMYK 0.03 0.53 0 0.00
HSL 296.89º 0.99% 0.73% -
HSV(B) 296.89º 0.53% 1% -
XYZ 62.84 40.12 98.2 -
YUV 172.66 173.91 181.02 -
System Red Green Blue C M Y K H S L
Decimal 247 119 254 0.03 0.53 0 0.00 296.89 0.99 0.73
Hex F7 77 FE 3 35 0 0 129 63 49
Octal 367 167 376 3 65 0 0 451 143 111
Binary 11110111 1110111 11111110 11 110101 0 0 100101001 1100011 1001001

Color Harmonies of #F777FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F777FE

Black with #F777FE

Text Example


Text Example

White with #F777FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F777FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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