Html Css Color HEX #F77EFE Fuchsia Pink

📋 copy color: '#F77EFE'

red 247 ◦ green 126 ◦ blue 254

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

Shades of Fuchsia Pink #F77EFE

Tints of Fuchsia Pink #F77EFE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 20.1%

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

R = 39.39%
G = 20.1%
B = 40.51%

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

#F77EFE (or 0xF77EFE) is known color: Fuchsia Pink. HEX triplet: F7, 7E and FE. RGB value is (247,126,254). Sum of RGB (Red+Green+Blue) = 247+126+254=627 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.39% from 627); Green value is 126 (49.61% from 255 or 20.10% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #F77EFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77EFE is #088101. Grayscale: #B0B0B0. Windows color (decimal): -557314 or 16678647. OLE color: 16678647.

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

Color convert

RGB 247 126 254 -
CMYK 0.03 0.50 0 0.00
HSL 296.72º 0.98% 0.75% -
HSV(B) 296.72º 0.5% 1% -
XYZ 63.71 41.85 98.49 -
YUV 176.77 171.59 178.09 -
System Red Green Blue C M Y K H S L
Decimal 247 126 254 0.03 0.50 0 0.00 296.72 0.98 0.75
Hex F7 7E FE 3 32 0 0 129 62 4B
Octal 367 176 376 3 62 0 0 451 142 113
Binary 11110111 1111110 11111110 11 110010 0 0 100101001 1100010 1001011

Color Harmonies of #F77EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77EFE

Black with #F77EFE

Text Example


Text Example

White with #F77EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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