#F58DFC

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

Shades of Violet #F58DFC

Tints of Violet #F58DFC

Color information

#F58DFC (or 0xF58DFC) is unknown color: approx Violet. HEX triplet: F5, 8D and FC. RGB value is (245,141,252). Sum of RGB (Red+Green+Blue) = 245+141+252=638 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.40% from 638); Green value is 141 (55.47% from 255 or 22.10% from 638); Blue value is 252 (98.83% from 255 or 39.50% from 638); Max value from RGB is 252 - color contains mainly: blue. Hex color #F58DFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58DFC is #0A7203. Grayscale: #B8B8B8. Windows color (decimal): -684548 or 16551413. OLE color: 16551413.

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

Color convert

RGB245141252-
CMYK0.030.4400.01
HSL296.22º94.87%77.06%-
HSV(B)296.22º44.05%98.82%-
XYZ64.7545.4997.46-
YUV184.75165.96170.97-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.40%
GREEN value IS 141 (55.47% from 255) = 22.10%
BLUE value IS 252 (98.83% from 255) = 39.50%
R=38.40%
G=22.10%
B=39.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2451412520.030.4400.01296.2294.8777.06
HexF58DFC32C011285f4d
Octal36521537435401450137115
Binary111101011000110111111100111011000110010100010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58DFC; }

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

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

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

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

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

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

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

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