#F58FF7

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

Shades of Violet #F58FF7

Tints of Violet #F58FF7

Color information

#F58FF7 (or 0xF58FF7) is unknown color: approx Violet. HEX triplet: F5, 8F and F7. RGB value is (245,143,247). Sum of RGB (Red+Green+Blue) = 245+143+247=635 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.58% from 635); Green value is 143 (56.25% from 255 or 22.52% from 635); Blue value is 247 (96.88% from 255 or 38.90% from 635); Max value from RGB is 247 - color contains mainly: blue. Hex color #F58FF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58FF7 is #0A7008. Grayscale: #B9B9B9. Windows color (decimal): -684041 or 16224245. OLE color: 16224245.

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

Color convert

RGB245143247-
CMYK0.010.4200.03
HSL298.85º86.67%76.47%-
HSV(B)298.85º42.11%96.86%-
XYZ64.2745.7793.44-
YUV185.35162.79170.54-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.58%
GREEN value IS 143 (56.25% from 255) = 22.52%
BLUE value IS 247 (96.88% from 255) = 38.90%
R=38.58%
G=22.52%
B=38.90%

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
Decimal2451432470.010.4200.03298.8586.6776.47
HexF58FF712A0312b574c
Octal36521736715203453127114
Binary111101011000111111110111110101001110010101110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58FF7; }

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

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

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

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

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

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

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

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