#F582F8

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

Shades of Violet #F582F8

Tints of Violet #F582F8

Color information

#F582F8 (or 0xF582F8) is unknown color: approx Violet. HEX triplet: F5, 82 and F8. RGB value is (245,130,248). Sum of RGB (Red+Green+Blue) = 245+130+248=623 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.33% from 623); Green value is 130 (51.17% from 255 or 20.87% from 623); Blue value is 248 (97.27% from 255 or 39.81% from 623); Max value from RGB is 248 - color contains mainly: blue. Hex color #F582F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F582F8 is #0A7D07. Grayscale: #B1B1B1. Windows color (decimal): -687368 or 16286453. OLE color: 16286453.

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

Color convert

RGB245130248-
CMYK0.010.4800.03
HSL298.47º89.39%74.12%-
HSV(B)298.47º47.58%97.25%-
XYZ62.5842.1693.65-
YUV177.84167.6175.91-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.33%
GREEN value IS 130 (51.17% from 255) = 20.87%
BLUE value IS 248 (97.27% from 255) = 39.81%
R=39.33%
G=20.87%
B=39.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2451302480.010.4800.03298.4789.3974.12
HexF582F81300312a594a
Octal36520237016003452131112
Binary111101011000001011111000111000001110010101010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F582F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F582F8; }

 p { color: rgb(245,130,248); }

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

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

 a { background-color: rgb(245,130,248); }

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

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

 span { border-color: rgb(245,130,248); }

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