#F57BFA

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

Shades of Fuchsia Pink #F57BFA

Tints of Fuchsia Pink #F57BFA

Color information

#F57BFA (or 0xF57BFA) is unknown color: approx Fuchsia Pink. HEX triplet: F5, 7B and FA. RGB value is (245,123,250). Sum of RGB (Red+Green+Blue) = 245+123+250=618 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.64% from 618); Green value is 123 (48.44% from 255 or 19.90% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #F57BFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57BFA is #0A8405. Grayscale: #ADADAD. Windows color (decimal): -689158 or 16415733. OLE color: 16415733.

HSL color Cylindrical-coordinate representation of color #F57BFA: hue angle of 297.64º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F57BFA is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB245123250-
CMYK0.020.5100.02
HSL297.64º92.7%73.14%-
HSV(B)297.64º50.8%98.04%-
XYZ61.9940.4894.99-
YUV173.96170.92178.67-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.64%
GREEN value IS 123 (48.44% from 255) = 19.90%
BLUE value IS 250 (98.05% from 255) = 40.45%
R=39.64%
G=19.90%
B=40.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2451232500.020.5100.02297.6492.773.14
HexF57BFA2330212a5d49
Octal36517337226302452135111
Binary111101011111011111110101011001101010010101010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57BFA; }

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

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

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

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

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

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

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

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