#F58BF0

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

Shades of Violet #F58BF0

Tints of Violet #F58BF0

Color information

#F58BF0 (or 0xF58BF0) is unknown color: approx Violet. HEX triplet: F5, 8B and F0. RGB value is (245,139,240). Sum of RGB (Red+Green+Blue) = 245+139+240=624 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.26% from 624); Green value is 139 (54.69% from 255 or 22.28% from 624); Blue value is 240 (94.14% from 255 or 38.46% from 624); Max value from RGB is 245 - color contains mainly: red. Hex color #F58BF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58BF0 is #0A740F. Grayscale: #B5B5B5. Windows color (decimal): -685072 or 15764469. OLE color: 15764469.

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

Color convert

RGB245139240-
CMYK00.430.020.04
HSL302.83º84.13%75.29%-
HSV(B)302.83º43.27%96.08%-
XYZ62.6244.1787.66-
YUV182.21160.62172.79-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.26%
GREEN value IS 139 (54.69% from 255) = 22.28%
BLUE value IS 240 (94.14% from 255) = 38.46%
R=39.26%
G=22.28%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513924000.430.020.04302.8384.1375.29
HexF58BF002B2412f544b
Octal36521336005324457124113
Binary11110101100010111111000001010111010010010111110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58BF0; }

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

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

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

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

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

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

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

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