#F04582

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

Shades of Violet Red #F04582

Tints of Violet Red #F04582

Color information

#F04582 (or 0xF04582) is unknown color: approx Violet Red. HEX triplet: F0, 45 and 82. RGB value is (240,69,130). Sum of RGB (Red+Green+Blue) = 240+69+130=439 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.67% from 439); Green value is 69 (27.34% from 255 or 15.72% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 240 - color contains mainly: red. Hex color #F04582 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04582 is #0FBA7D. Grayscale: #7F7F7F. Windows color (decimal): -1030782 or 8537584. OLE color: 8537584.

HSL color Cylindrical-coordinate representation of color #F04582: hue angle of 338.6º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F04582 is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB24069130-
CMYK00.710.460.06
HSL338.6º85.07%60.59%-
HSV(B)338.6º71.25%94.12%-
XYZ42.0924.3923.61-
YUV127.08129.65208.54-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 54.67%
GREEN value IS 69 (27.34% from 255) = 15.72%
BLUE value IS 130 (51.17% from 255) = 29.61%
R=54.67%
G=15.72%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2406913000.710.460.06338.685.0760.59
HexF045820472E6153553d
Octal360105202010756652312575
Binary11110000100010110000010010001111011101101010100111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04582; }

 p { color: rgb(240,69,130); }

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

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

 a { background-color: rgb(240,69,130); }

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

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

 span { border-color: rgb(240,69,130); }

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