#F73376

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

Shades of Violet Red #F73376

Tints of Violet Red #F73376

Color information

#F73376 (or 0xF73376) is unknown color: approx Violet Red. HEX triplet: F7, 33 and 76. RGB value is (247,51,118). Sum of RGB (Red+Green+Blue) = 247+51+118=416 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.38% from 416); Green value is 51 (20.31% from 255 or 12.26% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 247 - color contains mainly: red. Hex color #F73376 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73376 is #08CC89. Grayscale: #757575. Windows color (decimal): -576650 or 7746551. OLE color: 7746551.

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

Color convert

RGB24751118-
CMYK00.790.520.03
HSL339.49º92.45%58.43%-
HSV(B)339.49º79.35%96.86%-
XYZ42.8123.4519.41-
YUV117.24128.43220.55-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 59.38%
GREEN value IS 51 (20.31% from 255) = 12.26%
BLUE value IS 118 (46.48% from 255) = 28.37%
R=59.38%
G=12.26%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2475111800.790.520.03339.4992.4558.43
HexF7337604F3431535c3a
Octal36763166011764352313472
Binary11110111110011111011001001111110100111010100111011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73376; }

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

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

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

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

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

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

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

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