#F74275

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

Shades of Violet Red #F74275

Tints of Violet Red #F74275

Color information

#F74275 (or 0xF74275) is unknown color: approx Violet Red. HEX triplet: F7, 42 and 75. RGB value is (247,66,117). Sum of RGB (Red+Green+Blue) = 247+66+117=430 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.44% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 247 - color contains mainly: red. Hex color #F74275 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74275 is #08BD8A. Grayscale: #7D7D7D. Windows color (decimal): -572811 or 7684855. OLE color: 7684855.

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

Color convert

RGB24766117-
CMYK00.730.530.03
HSL343.09º91.88%61.37%-
HSV(B)343.09º73.28%96.86%-
XYZ43.5224.9519.35-
YUV125.93122.97214.35-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 57.44%
GREEN value IS 66 (26.17% from 255) = 15.35%
BLUE value IS 117 (46.09% from 255) = 27.21%
R=57.44%
G=15.35%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2476611700.730.530.03343.0991.8861.37
HexF742750493531575c3d
Octal367102165011165352713475
Binary111101111000010111010101001001110101111010101111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74275; }

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

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

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

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

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

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

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

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