#F57BF0

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

Shades of Violet #F57BF0

Tints of Violet #F57BF0

Color information

#F57BF0 (or 0xF57BF0) is unknown color: approx Violet. HEX triplet: F5, 7B and F0. RGB value is (245,123,240). Sum of RGB (Red+Green+Blue) = 245+123+240=608 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.30% from 608); Green value is 123 (48.44% from 255 or 20.23% from 608); Blue value is 240 (94.14% from 255 or 39.47% from 608); Max value from RGB is 245 - color contains mainly: red. Hex color #F57BF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57BF0 is #0A840F. Grayscale: #ACACAC. Windows color (decimal): -689168 or 15760373. OLE color: 15760373.

HSL color Cylindrical-coordinate representation of color #F57BF0: hue angle of 302.46º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F57BF0 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB245123240-
CMYK00.500.020.04
HSL302.46º85.92%72.16%-
HSV(B)302.46º49.8%96.08%-
XYZ60.4739.8786.95-
YUV172.82165.92179.49-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.30%
GREEN value IS 123 (48.44% from 255) = 20.23%
BLUE value IS 240 (94.14% from 255) = 39.47%
R=40.30%
G=20.23%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512324000.500.020.04302.4685.9272.16
HexF57BF00322412e5648
Octal36517336006224456126110
Binary1111010111110111111000001100101010010010111010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57BF0; }

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

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

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

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

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

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

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

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