#F58BFF

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

Shades of Violet #F58BFF

Tints of Violet #F58BFF

Color information

#F58BFF (or 0xF58BFF) is unknown color: approx Violet. HEX triplet: F5, 8B and FF. RGB value is (245,139,255). Sum of RGB (Red+Green+Blue) = 245+139+255=639 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.34% from 639); Green value is 139 (54.69% from 255 or 21.75% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #F58BFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58BFF is #0A7400. Grayscale: #B7B7B7. Windows color (decimal): -685057 or 16747509. OLE color: 16747509.

HSL color Cylindrical-coordinate representation of color #F58BFF: hue angle of 294.83º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F58BFF is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB245139255-
CMYK0.040.4500
HSL294.83º100%77.25%-
HSV(B)294.83º45.49%100%-
XYZ64.9445.199.89-
YUV183.92168.12171.57-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.34%
GREEN value IS 139 (54.69% from 255) = 21.75%
BLUE value IS 255 (100% from 255) = 39.91%
R=38.34%
G=21.75%
B=39.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2451392550.040.4500294.8310077.25
HexF58BFF42D00127644d
Octal36521337745500447144115
Binary1111010110001011111111111001011010010010011111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58BFF; }

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

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

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

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

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

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

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

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