#F57DFB

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

Shades of Fuchsia Pink #F57DFB

Tints of Fuchsia Pink #F57DFB

Color information

#F57DFB (or 0xF57DFB) is unknown color: approx Fuchsia Pink. HEX triplet: F5, 7D and FB. RGB value is (245,125,251). Sum of RGB (Red+Green+Blue) = 245+125+251=621 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.45% from 621); Green value is 125 (49.22% from 255 or 20.13% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #F57DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57DFB is #0A8204. Grayscale: #AEAEAE. Windows color (decimal): -688645 or 16481781. OLE color: 16481781.

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

Color convert

RGB245125251-
CMYK0.020.5000.02
HSL297.14º94.03%73.73%-
HSV(B)297.14º50.2%98.43%-
XYZ62.441.0495.9-
YUV175.24170.76177.75-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.45%
GREEN value IS 125 (49.22% from 255) = 20.13%
BLUE value IS 251 (98.44% from 255) = 40.42%
R=39.45%
G=20.13%
B=40.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2451252510.020.5000.02297.1494.0373.73
HexF57DFB232021295e4a
Octal36517537326202451136112
Binary111101011111101111110111011001001010010100110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57DFB; }

 p { color: rgb(245,125,251); }

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

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

 a { background-color: rgb(245,125,251); }

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

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

 span { border-color: rgb(245,125,251); }

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