#F74093

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

Shades of Violet Red #F74093

Tints of Violet Red #F74093

Color information

#F74093 (or 0xF74093) is unknown color: approx Violet Red. HEX triplet: F7, 40 and 93. RGB value is (247,64,147). Sum of RGB (Red+Green+Blue) = 247+64+147=458 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.93% from 458); Green value is 64 (25.39% from 255 or 13.97% from 458); Blue value is 147 (57.81% from 255 or 32.10% from 458); Max value from RGB is 247 - color contains mainly: red. Hex color #F74093 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74093 is #08BF6C. Grayscale: #808080. Windows color (decimal): -573293 or 9650423. OLE color: 9650423.

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

Color convert

RGB24764147-
CMYK00.740.400.03
HSL332.79º91.96%60.98%-
HSV(B)332.79º74.09%96.86%-
XYZ45.4625.5530.14-
YUV128.18138.63212.75-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 53.93%
GREEN value IS 64 (25.39% from 255) = 13.97%
BLUE value IS 147 (57.81% from 255) = 32.10%
R=53.93%
G=13.97%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2476414700.740.400.03332.7991.9660.98
HexF7409304A28314d5c3d
Octal367100223011250351513475
Binary1111011110000001001001101001010101000111010011011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74093; }

 p { color: rgb(247,64,147); }

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

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

 a { background-color: rgb(247,64,147); }

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

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

 span { border-color: rgb(247,64,147); }

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