#F04584

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

Shades of Violet Red #F04584

Tints of Violet Red #F04584

Color information

#F04584 (or 0xF04584) is unknown color: approx Violet Red. HEX triplet: F0, 45 and 84. RGB value is (240,69,132). Sum of RGB (Red+Green+Blue) = 240+69+132=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 69 (27.34% from 255 or 15.65% from 441); Blue value is 132 (51.95% from 255 or 29.93% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F04584 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04584 is #0FBA7B. Grayscale: #7F7F7F. Windows color (decimal): -1030780 or 8668656. OLE color: 8668656.

HSL color Cylindrical-coordinate representation of color #F04584: hue angle of 337.89º 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 #F04584 is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB24069132-
CMYK00.710.450.06
HSL337.89º85.07%60.59%-
HSV(B)337.89º71.25%94.12%-
XYZ42.2324.4524.32-
YUV127.31130.65208.38-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 54.42%
GREEN value IS 69 (27.34% from 255) = 15.65%
BLUE value IS 132 (51.95% from 255) = 29.93%
R=54.42%
G=15.65%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2406913200.710.450.06337.8985.0760.59
HexF045840472D6152553d
Octal360105204010755652212575
Binary11110000100010110000100010001111011011101010100101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04584; }

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

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

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

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

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

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

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

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