#F77EFA

Color #F77EFA Fuchsia Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia Pink #F77EFA

Tints of Fuchsia Pink #F77EFA

Color information

#F77EFA (or 0xF77EFA) is unknown color: approx Fuchsia Pink. HEX triplet: F7, 7E and FA. RGB value is (247,126,250). Sum of RGB (Red+Green+Blue) = 247+126+250=623 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.65% from 623); Green value is 126 (49.61% from 255 or 20.22% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #F77EFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77EFA is #088105. Grayscale: #AFAFAF. Windows color (decimal): -557318 or 16416503. OLE color: 16416503.

HSL color Cylindrical-coordinate representation of color #F77EFA: hue angle of 298.55º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F77EFA is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB247126250-
CMYK0.010.5000.02
HSL298.55º92.54%73.73%-
HSV(B)298.55º49.6%98.04%-
XYZ63.0741.695.15-
YUV176.32169.59178.42-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.65%
GREEN value IS 126 (49.61% from 255) = 20.22%
BLUE value IS 250 (98.05% from 255) = 40.13%
R=39.65%
G=20.22%
B=40.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2471262500.010.5000.02298.5592.5473.73
HexF77EFA1320212b5d4a
Octal36717637216202453135112
Binary11110111111111011111010111001001010010101110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77EFA; }

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

 H1.HeaderClassName
 {
   color: #F77EFA;
 }
 .AnyTagClassName
 {
   color: #F77EFA;
 }
</style>
background-color css

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

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

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

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

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

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