#F74896

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

Shades of Violet Red #F74896

Tints of Violet Red #F74896

Color information

#F74896 (or 0xF74896) is unknown color: approx Violet Red. HEX triplet: F7, 48 and 96. RGB value is (247,72,150). Sum of RGB (Red+Green+Blue) = 247+72+150=469 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.67% from 469); Green value is 72 (28.52% from 255 or 15.35% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 247 - color contains mainly: red. Hex color #F74896 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74896 is #08B769. Grayscale: #858585. Windows color (decimal): -571242 or 9849079. OLE color: 9849079.

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

Color convert

RGB24772150-
CMYK00.710.390.03
HSL333.26º91.62%62.55%-
HSV(B)333.26º70.85%96.86%-
XYZ46.1826.6131.56-
YUV133.22137.48209.16-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 52.67%
GREEN value IS 72 (28.52% from 255) = 15.35%
BLUE value IS 150 (58.98% from 255) = 31.98%
R=52.67%
G=15.35%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.39
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2477215000.710.390.03333.2691.6262.55
HexF7489604727314d5c3f
Octal367110226010747351513477
Binary1111011110010001001011001000111100111111010011011011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74896; }

 p { color: rgb(247,72,150); }

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

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

 a { background-color: rgb(247,72,150); }

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

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

 span { border-color: rgb(247,72,150); }

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