#F94492

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

Shades of Violet Red #F94492

Tints of Violet Red #F94492

Color information

#F94492 (or 0xF94492) is unknown color: approx Violet Red. HEX triplet: F9, 44 and 92. RGB value is (249,68,146). Sum of RGB (Red+Green+Blue) = 249+68+146=463 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.78% from 463); Green value is 68 (26.95% from 255 or 14.69% from 463); Blue value is 146 (57.42% from 255 or 31.53% from 463); Max value from RGB is 249 - color contains mainly: red. Hex color #F94492 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94492 is #06BB6D. Grayscale: #828282. Windows color (decimal): -441198 or 9585913. OLE color: 9585913.

HSL color Cylindrical-coordinate representation of color #F94492: hue angle of 334.14º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F94492 is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB24968146-
CMYK00.730.410.02
HSL334.14º93.78%62.16%-
HSV(B)334.14º72.69%97.65%-
XYZ46.3226.3529.84-
YUV131.01136.47212.16-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.78%
GREEN value IS 68 (26.95% from 255) = 14.69%
BLUE value IS 146 (57.42% from 255) = 31.53%
R=53.78%
G=14.69%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496814600.730.410.02334.1493.7862.16
HexF9449204929214e5e3e
Octal371104222011151251613676
Binary1111100110001001001001001001001101001101010011101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94492; }

 p { color: rgb(249,68,146); }

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

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

 a { background-color: rgb(249,68,146); }

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

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

 span { border-color: rgb(249,68,146); }

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