#F04594

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

Shades of Violet Red #F04594

Tints of Violet Red #F04594

Color information

#F04594 (or 0xF04594) is unknown color: approx Violet Red. HEX triplet: F0, 45 and 94. RGB value is (240,69,148). Sum of RGB (Red+Green+Blue) = 240+69+148=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 69 (27.34% from 255 or 15.10% from 457); Blue value is 148 (58.20% from 255 or 32.39% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F04594 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04594 is #0FBA6B. Grayscale: #808080. Windows color (decimal): -1030764 or 9717232. OLE color: 9717232.

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

Color convert

RGB24069148-
CMYK00.710.380.06
HSL332.28º85.07%60.59%-
HSV(B)332.28º71.25%94.12%-
XYZ43.4124.9230.54-
YUV129.14138.65207.08-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.52%
GREEN value IS 69 (27.34% from 255) = 15.10%
BLUE value IS 148 (58.20% from 255) = 32.39%
R=52.52%
G=15.10%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2406914800.710.380.06332.2885.0760.59
HexF0459404726614c553d
Octal360105224010746651412575
Binary11110000100010110010100010001111001101101010011001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04594; }

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

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

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

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

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

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

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

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