#F58DFA

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

Shades of Violet #F58DFA

Tints of Violet #F58DFA

Color information

#F58DFA (or 0xF58DFA) is unknown color: approx Violet. HEX triplet: F5, 8D and FA. RGB value is (245,141,250). Sum of RGB (Red+Green+Blue) = 245+141+250=636 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.52% from 636); Green value is 141 (55.47% from 255 or 22.17% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #F58DFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58DFA is #0A7205. Grayscale: #B8B8B8. Windows color (decimal): -684550 or 16420341. OLE color: 16420341.

HSL color Cylindrical-coordinate representation of color #F58DFA: hue angle of 297.25º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F58DFA is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB245141250-
CMYK0.020.4400.02
HSL297.25º91.6%76.67%-
HSV(B)297.25º43.6%98.04%-
XYZ64.4445.3695.8-
YUV184.52164.96171.14-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.52%
GREEN value IS 141 (55.47% from 255) = 22.17%
BLUE value IS 250 (98.05% from 255) = 39.31%
R=38.52%
G=22.17%
B=39.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2451412500.020.4400.02297.2591.676.67
HexF58DFA22C021295c4d
Octal36521537225402451134115
Binary1111010110001101111110101010110001010010100110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58DFA; }

 p { color: rgb(245,141,250); }

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

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

 a { background-color: rgb(245,141,250); }

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

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

 span { border-color: rgb(245,141,250); }

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