#F58FF8

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

Shades of Violet #F58FF8

Tints of Violet #F58FF8

Color information

#F58FF8 (or 0xF58FF8) is unknown color: approx Violet. HEX triplet: F5, 8F and F8. RGB value is (245,143,248). Sum of RGB (Red+Green+Blue) = 245+143+248=636 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.52% from 636); Green value is 143 (56.25% from 255 or 22.48% from 636); Blue value is 248 (97.27% from 255 or 38.99% from 636); Max value from RGB is 248 - color contains mainly: blue. Hex color #F58FF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58FF8 is #0A7007. Grayscale: #B9B9B9. Windows color (decimal): -684040 or 16289781. OLE color: 16289781.

HSL color Cylindrical-coordinate representation of color #F58FF8: hue angle of 298.29º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F58FF8 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB245143248-
CMYK0.010.4200.03
HSL298.29º88.24%76.67%-
HSV(B)298.29º42.34%97.25%-
XYZ64.4245.8394.26-
YUV185.47163.29170.46-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.52%
GREEN value IS 143 (56.25% from 255) = 22.48%
BLUE value IS 248 (97.27% from 255) = 38.99%
R=38.52%
G=22.48%
B=38.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2451432480.010.4200.03298.2988.2476.67
HexF58FF812A0312a584d
Octal36521737015203452130115
Binary111101011000111111111000110101001110010101010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58FF8; }

 p { color: rgb(245,143,248); }

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

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

 a { background-color: rgb(245,143,248); }

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

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

 span { border-color: rgb(245,143,248); }

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