#F04177

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

Shades of Violet Red #F04177

Tints of Violet Red #F04177

Color information

#F04177 (or 0xF04177) is unknown color: approx Violet Red. HEX triplet: F0, 41 and 77. RGB value is (240,65,119). Sum of RGB (Red+Green+Blue) = 240+65+119=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 65 (25.78% from 255 or 15.33% from 424); Blue value is 119 (46.88% from 255 or 28.07% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F04177 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04177 is #0FBE88. Grayscale: #7B7B7B. Windows color (decimal): -1031817 or 7815664. OLE color: 7815664.

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

Color convert

RGB24065119-
CMYK00.730.500.06
HSL341.49º85.37%59.8%-
HSV(B)341.49º72.92%94.12%-
XYZ41.1623.6419.85-
YUV123.48125.48211.11-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 56.60%
GREEN value IS 65 (25.78% from 255) = 15.33%
BLUE value IS 119 (46.88% from 255) = 28.07%
R=56.60%
G=15.33%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2406511900.730.500.06341.4985.3759.8
HexF04177049326155553c
Octal360101167011162652512574
Binary1111000010000011110111010010011100101101010101011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04177; }

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

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

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

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

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

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

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

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