#F74177

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

Shades of Violet Red #F74177

Tints of Violet Red #F74177

Color information

#F74177 (or 0xF74177) is unknown color: approx Violet Red. HEX triplet: F7, 41 and 77. RGB value is (247,65,119). Sum of RGB (Red+Green+Blue) = 247+65+119=431 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.31% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 119 (46.88% from 255 or 27.61% from 431); Max value from RGB is 247 - color contains mainly: red. Hex color #F74177 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74177 is #08BE88. Grayscale: #7D7D7D. Windows color (decimal): -573065 or 7815671. OLE color: 7815671.

HSL color Cylindrical-coordinate representation of color #F74177: hue angle of 342.2º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F74177 is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB24765119-
CMYK00.740.520.03
HSL342.2º91.92%61.18%-
HSV(B)342.2º73.68%96.86%-
XYZ43.5824.8919.96-
YUV125.57124.3214.61-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 57.31%
GREEN value IS 65 (25.78% from 255) = 15.08%
BLUE value IS 119 (46.88% from 255) = 27.61%
R=57.31%
G=15.08%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2476511900.740.520.03342.291.9261.18
HexF7417704A3431565c3d
Octal367101167011264352613475
Binary111101111000001111011101001010110100111010101101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74177; }

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

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

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

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

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

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

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

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