#F58AFE

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

Shades of Violet #F58AFE

Tints of Violet #F58AFE

Color information

#F58AFE (or 0xF58AFE) is unknown color: approx Violet. HEX triplet: F5, 8A and FE. RGB value is (245,138,254). Sum of RGB (Red+Green+Blue) = 245+138+254=637 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.46% from 637); Green value is 138 (54.30% from 255 or 21.66% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #F58AFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58AFE is #0A7501. Grayscale: #B6B6B6. Windows color (decimal): -685314 or 16681717. OLE color: 16681717.

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

Color convert

RGB245138254-
CMYK0.040.4600.00
HSL295.34º98.31%76.86%-
HSV(B)295.34º45.67%99.61%-
XYZ64.6344.7599-
YUV183.22167.95172.07-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.46%
GREEN value IS 138 (54.30% from 255) = 21.66%
BLUE value IS 254 (99.61% from 255) = 39.87%
R=38.46%
G=21.66%
B=39.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2451382540.040.4600.00295.3498.3176.86
HexF58AFE42E00127624d
Octal36521237645600447142115
Binary1111010110001010111111101001011100010010011111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58AFE; }

 p { color: rgb(245,138,254); }

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

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

 a { background-color: rgb(245,138,254); }

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

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

 span { border-color: rgb(245,138,254); }

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