#F83488

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

Shades of Violet Red #F83488

Tints of Violet Red #F83488

Color information

#F83488 (or 0xF83488) is unknown color: approx Violet Red. HEX triplet: F8, 34 and 88. RGB value is (248,52,136). Sum of RGB (Red+Green+Blue) = 248+52+136=436 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.88% from 436); Green value is 52 (20.70% from 255 or 11.93% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 248 - color contains mainly: red. Hex color #F83488 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83488 is #07CB77. Grayscale: #787878. Windows color (decimal): -510840 or 8926456. OLE color: 8926456.

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

Color convert

RGB24852136-
CMYK00.790.450.03
HSL334.29º93.33%58.82%-
HSV(B)334.29º79.03%97.25%-
XYZ44.3824.1925.62-
YUV120.18136.93219.17-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 56.88%
GREEN value IS 52 (20.70% from 255) = 11.93%
BLUE value IS 136 (53.52% from 255) = 31.19%
R=56.88%
G=11.93%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.45
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2485213600.790.450.03334.2993.3358.82
HexF8348804F2D314e5d3b
Octal37064210011755351613573
Binary111110001101001000100001001111101101111010011101011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83488; }

 p { color: rgb(248,52,136); }

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

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

 a { background-color: rgb(248,52,136); }

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

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

 span { border-color: rgb(248,52,136); }

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