#F58CFE

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

Shades of Violet #F58CFE

Tints of Violet #F58CFE

Color information

#F58CFE (or 0xF58CFE) is unknown color: approx Violet. HEX triplet: F5, 8C and FE. RGB value is (245,140,254). Sum of RGB (Red+Green+Blue) = 245+140+254=639 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.34% from 639); Green value is 140 (55.08% from 255 or 21.91% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #F58CFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58CFE is #0A7301. Grayscale: #B8B8B8. Windows color (decimal): -684802 or 16682229. OLE color: 16682229.

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

Color convert

RGB245140254-
CMYK0.040.4500.00
HSL295.26º98.28%77.25%-
HSV(B)295.26º44.88%99.61%-
XYZ64.9245.3299.09-
YUV184.39167.29171.23-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.34%
GREEN value IS 140 (55.08% from 255) = 21.91%
BLUE value IS 254 (99.61% from 255) = 39.75%
R=38.34%
G=21.91%
B=39.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2451402540.040.4500.00295.2698.2877.25
HexF58CFE42D00127624d
Octal36521437645500447142115
Binary1111010110001100111111101001011010010010011111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58CFE; }

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

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

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

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

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

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

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

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