#F74195

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

Shades of Violet Red #F74195

Tints of Violet Red #F74195

Color information

#F74195 (or 0xF74195) is unknown color: approx Violet Red. HEX triplet: F7, 41 and 95. RGB value is (247,65,149). Sum of RGB (Red+Green+Blue) = 247+65+149=461 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.58% from 461); Green value is 65 (25.78% from 255 or 14.10% from 461); Blue value is 149 (58.59% from 255 or 32.32% from 461); Max value from RGB is 247 - color contains mainly: red. Hex color #F74195 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74195 is #08BE6A. Grayscale: #808080. Windows color (decimal): -573035 or 9781751. OLE color: 9781751.

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

Color convert

RGB24765149-
CMYK00.740.400.03
HSL332.31º91.92%61.18%-
HSV(B)332.31º73.68%96.86%-
XYZ45.6725.7230.99-
YUV128.99139.3212.17-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 53.58%
GREEN value IS 65 (25.78% from 255) = 14.10%
BLUE value IS 149 (58.59% from 255) = 32.32%
R=53.58%
G=14.10%
B=32.32%

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
Decimal2476514900.740.400.03332.3191.9261.18
HexF7419504A28314c5c3d
Octal367101225011250351413475
Binary1111011110000011001010101001010101000111010011001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74195; }

 p { color: rgb(247,65,149); }

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

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

 a { background-color: rgb(247,65,149); }

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

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

 span { border-color: rgb(247,65,149); }

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