#F04178

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

Shades of Violet Red #F04178

Tints of Violet Red #F04178

Color information

#F04178 (or 0xF04178) is unknown color: approx Violet Red. HEX triplet: F0, 41 and 78. RGB value is (240,65,120). Sum of RGB (Red+Green+Blue) = 240+65+120=425 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.47% from 425); Green value is 65 (25.78% from 255 or 15.29% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 240 - color contains mainly: red. Hex color #F04178 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04178 is #0FBE87. Grayscale: #7B7B7B. Windows color (decimal): -1031816 or 7881200. OLE color: 7881200.

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

Color convert

RGB24065120-
CMYK00.730.50.06
HSL341.14º85.37%59.8%-
HSV(B)341.14º72.92%94.12%-
XYZ41.2223.6620.16-
YUV123.6125.98211.03-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 56.47%
GREEN value IS 65 (25.78% from 255) = 15.29%
BLUE value IS 120 (47.27% from 255) = 28.24%
R=56.47%
G=15.29%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.5
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2406512000.730.50.06341.1485.3759.8
HexF04178049326155553c
Octal360101170011162652512574
Binary1111000010000011111000010010011100101101010101011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04178; }

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

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

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

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

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

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

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

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