Html Css Color HEX #F77FFF Fuchsia Pink

📋 copy color: '#F77FFF'

red 247 ◦ green 127 ◦ blue 255

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

Shades of Fuchsia Pink #F77FFF

Tints of Fuchsia Pink #F77FFF

RGB

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

 GREEN value IS 127 (50% from 255) = 20.19%

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

R = 39.27%
G = 20.19%
B = 40.54%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F77FFF (or 0xF77FFF) is known color: Fuchsia Pink. HEX triplet: F7, 7F and FF. RGB value is (247,127,255). Sum of RGB (Red+Green+Blue) = 247+127+255=629 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.27% from 629); Green value is 127 (50% from 255 or 20.19% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #F77FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77FFF is #088000. Grayscale: #B1B1B1. Windows color (decimal): -557057 or 16744439. OLE color: 16744439.

HSL color Cylindrical-coordinate representation of color #F77FFF: hue angle of 296.25º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F77FFF is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 247 127 255 -
CMYK 0.03 0.50 0 0
HSL 296.25º 1% 0.75% -
HSV(B) 296.25º 0.5% 1% -
XYZ 64 42.17 99.37 -
YUV 177.47 171.76 177.59 -
System Red Green Blue C M Y K H S L
Decimal 247 127 255 0.03 0.50 0 0 296.25 1 0.75
Hex F7 7F FF 3 32 0 0 128 64 4B
Octal 367 177 377 3 62 0 0 450 144 113
Binary 11110111 1111111 11111111 11 110010 0 0 100101000 1100100 1001011

Color Harmonies of #F77FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77FFF

Black with #F77FFF

Text Example


Text Example

White with #F77FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77FFF; }

 p { color: rgb(247,127,255); }

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

background-color css

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

 a { background-color: rgb(247,127,255); }

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

border-color css

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

 span { border-color: rgb(247,127,255); }

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