#F58CFC

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

Shades of Violet #F58CFC

Tints of Violet #F58CFC

Color information

#F58CFC (or 0xF58CFC) is unknown color: approx Violet. HEX triplet: F5, 8C and FC. RGB value is (245,140,252). Sum of RGB (Red+Green+Blue) = 245+140+252=637 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.46% from 637); Green value is 140 (55.08% from 255 or 21.98% from 637); Blue value is 252 (98.83% from 255 or 39.56% from 637); Max value from RGB is 252 - color contains mainly: blue. Hex color #F58CFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58CFC is #0A7303. Grayscale: #B7B7B7. Windows color (decimal): -684804 or 16551157. OLE color: 16551157.

HSL color Cylindrical-coordinate representation of color #F58CFC: hue angle of 296.25º 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 #F58CFC is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB245140252-
CMYK0.030.4400.01
HSL296.25º94.92%76.86%-
HSV(B)296.25º44.44%98.82%-
XYZ64.645.297.41-
YUV184.16166.29171.39-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.46%
GREEN value IS 140 (55.08% from 255) = 21.98%
BLUE value IS 252 (98.83% from 255) = 39.56%
R=38.46%
G=21.98%
B=39.56%

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
Decimal2451402520.030.4400.01296.2594.9276.86
HexF58CFC32C011285f4d
Octal36521437435401450137115
Binary111101011000110011111100111011000110010100010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58CFC; }

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

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

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

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

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

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

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

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