#F57EFA

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

Shades of Fuchsia Pink #F57EFA

Tints of Fuchsia Pink #F57EFA

Color information

#F57EFA (or 0xF57EFA) is unknown color: approx Fuchsia Pink. HEX triplet: F5, 7E and FA. RGB value is (245,126,250). Sum of RGB (Red+Green+Blue) = 245+126+250=621 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.45% from 621); Green value is 126 (49.61% from 255 or 20.29% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #F57EFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57EFA is #0A8105. Grayscale: #AFAFAF. Windows color (decimal): -688390 or 16416501. OLE color: 16416501.

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

Color convert

RGB245126250-
CMYK0.020.5000.02
HSL297.58º92.54%73.73%-
HSV(B)297.58º49.6%98.04%-
XYZ62.3741.2495.11-
YUV175.72169.92177.42-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.45%
GREEN value IS 126 (49.61% from 255) = 20.29%
BLUE value IS 250 (98.05% from 255) = 40.26%
R=39.45%
G=20.29%
B=40.26%

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
Decimal2451262500.020.5000.02297.5892.5473.73
HexF57EFA2320212a5d4a
Octal36517637226202452135112
Binary111101011111110111110101011001001010010101010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57EFA; }

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

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

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

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

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

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

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

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