#F74898

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

Shades of Violet Red #F74898

Tints of Violet Red #F74898

Color information

#F74898 (or 0xF74898) is unknown color: approx Violet Red. HEX triplet: F7, 48 and 98. RGB value is (247,72,152). Sum of RGB (Red+Green+Blue) = 247+72+152=471 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.44% from 471); Green value is 72 (28.52% from 255 or 15.29% from 471); Blue value is 152 (59.77% from 255 or 32.27% from 471); Max value from RGB is 247 - color contains mainly: red. Hex color #F74898 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74898 is #08B767. Grayscale: #858585. Windows color (decimal): -571240 or 9980151. OLE color: 9980151.

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

Color convert

RGB24772152-
CMYK00.710.380.03
HSL332.57º91.62%62.55%-
HSV(B)332.57º70.85%96.86%-
XYZ46.3426.6832.41-
YUV133.44138.48209-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 52.44%
GREEN value IS 72 (28.52% from 255) = 15.29%
BLUE value IS 152 (59.77% from 255) = 32.27%
R=52.44%
G=15.29%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.38
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2477215200.710.380.03332.5791.6262.55
HexF7489804726314d5c3f
Octal367110230010746351513477
Binary1111011110010001001100001000111100110111010011011011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74898; }

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

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

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

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

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

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

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

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