#F04697

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

Shades of Violet Red #F04697

Tints of Violet Red #F04697

Color information

#F04697 (or 0xF04697) is unknown color: approx Violet Red. HEX triplet: F0, 46 and 97. RGB value is (240,70,151). Sum of RGB (Red+Green+Blue) = 240+70+151=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 70 (27.73% from 255 or 15.18% from 461); Blue value is 151 (59.38% from 255 or 32.75% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F04697 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04697 is #0FB968. Grayscale: #818181. Windows color (decimal): -1030505 or 9914096. OLE color: 9914096.

HSL color Cylindrical-coordinate representation of color #F04697: hue angle of 331.41º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F04697 is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB24070151-
CMYK00.710.370.06
HSL331.41º85%60.78%-
HSV(B)331.41º70.83%94.12%-
XYZ43.7125.1431.83-
YUV130.06139.82206.41-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.06%
GREEN value IS 70 (27.73% from 255) = 15.18%
BLUE value IS 151 (59.38% from 255) = 32.75%
R=52.06%
G=15.18%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407015100.710.370.06331.418560.78
HexF0469704725614b553d
Octal360106227010745651312575
Binary11110000100011010010111010001111001011101010010111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04697; }

 p { color: rgb(240,70,151); }

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

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

 a { background-color: rgb(240,70,151); }

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

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

 span { border-color: rgb(240,70,151); }

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