#F57CFD

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

Shades of Fuchsia Pink #F57CFD

Tints of Fuchsia Pink #F57CFD

Color information

#F57CFD (or 0xF57CFD) is unknown color: approx Fuchsia Pink. HEX triplet: F5, 7C and FD. RGB value is (245,124,253). Sum of RGB (Red+Green+Blue) = 245+124+253=622 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.39% from 622); Green value is 124 (48.83% from 255 or 19.94% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 253 - color contains mainly: blue. Hex color #F57CFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57CFD is #0A8302. Grayscale: #AEAEAE. Windows color (decimal): -688899 or 16612597. OLE color: 16612597.

HSL color Cylindrical-coordinate representation of color #F57CFD: hue angle of 296.28º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F57CFD is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB245124253-
CMYK0.030.5100.01
HSL296.28º96.99%73.92%-
HSV(B)296.28º50.99%99.22%-
XYZ62.5940.9297.53-
YUV174.89172.09178.01-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.39%
GREEN value IS 124 (48.83% from 255) = 19.94%
BLUE value IS 253 (99.22% from 255) = 40.68%
R=39.39%
G=19.94%
B=40.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2451242530.030.5100.01296.2896.9973.92
HexF57CFD33301128614a
Octal36517437536301450141112
Binary11110101111110011111101111100110110010100011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57CFD; }

 p { color: rgb(245,124,253); }

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

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

 a { background-color: rgb(245,124,253); }

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

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

 span { border-color: rgb(245,124,253); }

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