Html Css Color HEX #F77FFE Fuchsia Pink

📋 copy color: '#F77FFE'

red 247 ◦ green 127 ◦ blue 254

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

Shades of Fuchsia Pink #F77FFE

Tints of Fuchsia Pink #F77FFE

RGB

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

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

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

R = 39.33%
G = 20.22%
B = 40.45%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F77FFE (or 0xF77FFE) is known color: Fuchsia Pink. HEX triplet: F7, 7F and FE. RGB value is (247,127,254). Sum of RGB (Red+Green+Blue) = 247+127+254=628 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.33% from 628); Green value is 127 (50% from 255 or 20.22% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #F77FFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77FFE is #088001. Grayscale: #B0B0B0. Windows color (decimal): -557058 or 16678903. OLE color: 16678903.

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

Color convert

RGB 247 127 254 -
CMYK 0.03 0.50 0 0.00
HSL 296.69º 0.98% 0.75% -
HSV(B) 296.69º 0.5% 1% -
XYZ 63.84 42.11 98.53 -
YUV 177.36 171.26 177.67 -
System Red Green Blue C M Y K H S L
Decimal 247 127 254 0.03 0.50 0 0.00 296.69 0.98 0.75
Hex F7 7F FE 3 32 0 0 129 62 4B
Octal 367 177 376 3 62 0 0 451 142 113
Binary 11110111 1111111 11111110 11 110010 0 0 100101001 1100010 1001011

Color Harmonies of #F77FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77FFE

Black with #F77FFE

Text Example


Text Example

White with #F77FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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