#F57DFF

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

Shades of Fuchsia Pink #F57DFF

Tints of Fuchsia Pink #F57DFF

Color information

#F57DFF (or 0xF57DFF) is unknown color: approx Fuchsia Pink. HEX triplet: F5, 7D and FF. RGB value is (245,125,255). Sum of RGB (Red+Green+Blue) = 245+125+255=625 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.2% from 625); Green value is 125 (49.22% from 255 or 20% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #F57DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57DFF is #0A8200. Grayscale: #AFAFAF. Windows color (decimal): -688641 or 16743925. OLE color: 16743925.

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

Color convert

RGB245125255-
CMYK0.040.5100
HSL295.38º100%74.51%-
HSV(B)295.38º50.98%100%-
XYZ63.0441.399.26-
YUV175.7172.76177.43-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.2%
GREEN value IS 125 (49.22% from 255) = 20%
BLUE value IS 255 (100% from 255) = 40.8%
R=39.2%
G=20%
B=40.8%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2451252550.040.5100295.3810074.51
HexF57DFF43300127644b
Octal36517537746300447144113
Binary111101011111101111111111001100110010010011111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57DFF; }

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

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

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

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

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

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

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

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