#F04592

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

Shades of Violet Red #F04592

Tints of Violet Red #F04592

Color information

#F04592 (or 0xF04592) is unknown color: approx Violet Red. HEX triplet: F0, 45 and 92. RGB value is (240,69,146). Sum of RGB (Red+Green+Blue) = 240+69+146=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 69 (27.34% from 255 or 15.16% from 455); Blue value is 146 (57.42% from 255 or 32.09% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F04592 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04592 is #0FBA6D. Grayscale: #808080. Windows color (decimal): -1030766 or 9586160. OLE color: 9586160.

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

Color convert

RGB24069146-
CMYK00.710.390.06
HSL332.98º85.07%60.59%-
HSV(B)332.98º71.25%94.12%-
XYZ43.2524.8629.71-
YUV128.91137.65207.24-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.75%
GREEN value IS 69 (27.34% from 255) = 15.16%
BLUE value IS 146 (57.42% from 255) = 32.09%
R=52.75%
G=15.16%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2406914600.710.390.06332.9885.0760.59
HexF0459204727614d553d
Octal360105222010747651512575
Binary11110000100010110010010010001111001111101010011011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04592; }

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

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

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

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

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

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

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

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