#F84496

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

Shades of Violet Red #F84496

Tints of Violet Red #F84496

Color information

#F84496 (or 0xF84496) is unknown color: approx Violet Red. HEX triplet: F8, 44 and 96. RGB value is (248,68,150). Sum of RGB (Red+Green+Blue) = 248+68+150=466 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.22% from 466); Green value is 68 (26.95% from 255 or 14.59% from 466); Blue value is 150 (58.98% from 255 or 32.19% from 466); Max value from RGB is 248 - color contains mainly: red. Hex color #F84496 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84496 is #07BB69. Grayscale: #838383. Windows color (decimal): -506730 or 9848056. OLE color: 9848056.

HSL color Cylindrical-coordinate representation of color #F84496: hue angle of 332.67º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F84496 is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB24868150-
CMYK00.730.400.03
HSL332.67º92.78%61.96%-
HSV(B)332.67º72.58%97.25%-
XYZ46.2826.2931.49-
YUV131.17138.63211.33-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 53.22%
GREEN value IS 68 (26.95% from 255) = 14.59%
BLUE value IS 150 (58.98% from 255) = 32.19%
R=53.22%
G=14.59%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2486815000.730.400.03332.6792.7861.96
HexF8449604928314d5d3e
Octal370104226011150351513576
Binary1111100010001001001011001001001101000111010011011011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F84496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F84496; }

 p { color: rgb(248,68,150); }

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

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

 a { background-color: rgb(248,68,150); }

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

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

 span { border-color: rgb(248,68,150); }

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