#F04176

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

Shades of Violet Red #F04176

Tints of Violet Red #F04176

Color information

#F04176 (or 0xF04176) is unknown color: approx Violet Red. HEX triplet: F0, 41 and 76. RGB value is (240,65,118). Sum of RGB (Red+Green+Blue) = 240+65+118=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F04176 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04176 is #0FBE89. Grayscale: #7B7B7B. Windows color (decimal): -1031818 or 7750128. OLE color: 7750128.

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

Color convert

RGB24065118-
CMYK00.730.510.06
HSL341.83º85.37%59.8%-
HSV(B)341.83º72.92%94.12%-
XYZ41.123.6119.53-
YUV123.37124.98211.19-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 56.74%
GREEN value IS 65 (25.78% from 255) = 15.37%
BLUE value IS 118 (46.48% from 255) = 27.90%
R=56.74%
G=15.37%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2406511800.730.510.06341.8385.3759.8
HexF04176049336156553c
Octal360101166011163652612574
Binary1111000010000011110110010010011100111101010101101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04176; }

 p { color: rgb(240,65,118); }

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

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

 a { background-color: rgb(240,65,118); }

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

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

 span { border-color: rgb(240,65,118); }

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