Html Css Color HEX #F77CFE Fuchsia Pink

📋 copy color: '#F77CFE'

red 247 ◦ green 124 ◦ blue 254

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

Shades of Fuchsia Pink #F77CFE

Tints of Fuchsia Pink #F77CFE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 19.84%

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

R = 39.52%
G = 19.84%
B = 40.64%

CMYK

 C value IS 0.03

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F77CFE (or 0xF77CFE) is known color: Fuchsia Pink. HEX triplet: F7, 7C and FE. RGB value is (247,124,254). Sum of RGB (Red+Green+Blue) = 247+124+254=625 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.52% from 625); Green value is 124 (48.83% from 255 or 19.84% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #F77CFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77CFE is #088301. Grayscale: #AFAFAF. Windows color (decimal): -557826 or 16678135. OLE color: 16678135.

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

Color convert

RGB 247 124 254 -
CMYK 0.03 0.51 0 0.00
HSL 296.77º 0.98% 0.74% -
HSV(B) 296.77º 0.51% 1% -
XYZ 63.45 41.35 98.4 -
YUV 175.6 172.25 178.93 -
System Red Green Blue C M Y K H S L
Decimal 247 124 254 0.03 0.51 0 0.00 296.77 0.98 0.74
Hex F7 7C FE 3 33 0 0 129 62 4A
Octal 367 174 376 3 63 0 0 451 142 112
Binary 11110111 1111100 11111110 11 110011 0 0 100101001 1100010 1001010

Color Harmonies of #F77CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77CFE

Black with #F77CFE

Text Example


Text Example

White with #F77CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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