#F74276

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

Shades of Violet Red #F74276

Tints of Violet Red #F74276

Color information

#F74276 (or 0xF74276) is unknown color: approx Violet Red. HEX triplet: F7, 42 and 76. RGB value is (247,66,118). Sum of RGB (Red+Green+Blue) = 247+66+118=431 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.31% from 431); Green value is 66 (26.17% from 255 or 15.31% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 247 - color contains mainly: red. Hex color #F74276 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74276 is #08BD89. Grayscale: #7E7E7E. Windows color (decimal): -572810 or 7750391. OLE color: 7750391.

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

Color convert

RGB24766118-
CMYK00.730.520.03
HSL342.76º91.88%61.37%-
HSV(B)342.76º73.28%96.86%-
XYZ43.5824.9819.66-
YUV126.05123.47214.27-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 57.31%
GREEN value IS 66 (26.17% from 255) = 15.31%
BLUE value IS 118 (46.48% from 255) = 27.38%
R=57.31%
G=15.31%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2476611800.730.520.03342.7691.8861.37
HexF742760493431575c3d
Octal367102166011164352713475
Binary111101111000010111011001001001110100111010101111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74276; }

 p { color: rgb(247,66,118); }

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

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

 a { background-color: rgb(247,66,118); }

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

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

 span { border-color: rgb(247,66,118); }

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