#F77DFA

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

Shades of Fuchsia Pink #F77DFA

Tints of Fuchsia Pink #F77DFA

Color information

#F77DFA (or 0xF77DFA) is unknown color: approx Fuchsia Pink. HEX triplet: F7, 7D and FA. RGB value is (247,125,250). Sum of RGB (Red+Green+Blue) = 247+125+250=622 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.71% from 622); Green value is 125 (49.22% from 255 or 20.10% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #F77DFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77DFA is #088205. Grayscale: #AFAFAF. Windows color (decimal): -557574 or 16416247. OLE color: 16416247.

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

Color convert

RGB247125250-
CMYK0.010.5000.02
HSL298.56º92.59%73.53%-
HSV(B)298.56º50%98.04%-
XYZ62.9541.3495.1-
YUV175.73169.92178.84-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.71%
GREEN value IS 125 (49.22% from 255) = 20.10%
BLUE value IS 250 (98.05% from 255) = 40.19%
R=39.71%
G=20.10%
B=40.19%

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
Decimal2471252500.010.5000.02298.5692.5973.53
HexF77DFA1320212b5d4a
Octal36717537216202453135112
Binary11110111111110111111010111001001010010101110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77DFA; }

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

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

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

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

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

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

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

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