#F83980

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

Shades of Violet Red #F83980

Tints of Violet Red #F83980

Color information

#F83980 (or 0xF83980) is unknown color: approx Violet Red. HEX triplet: F8, 39 and 80. RGB value is (248,57,128). Sum of RGB (Red+Green+Blue) = 248+57+128=433 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.27% from 433); Green value is 57 (22.66% from 255 or 13.16% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 248 - color contains mainly: red. Hex color #F83980 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83980 is #07C67F. Grayscale: #7A7A7A. Windows color (decimal): -509568 or 8403448. OLE color: 8403448.

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

Color convert

RGB24857128-
CMYK00.770.480.03
HSL337.7º93.17%59.8%-
HSV(B)337.7º77.02%97.25%-
XYZ44.0724.4422.82-
YUV122.2131.28217.73-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 57.27%
GREEN value IS 57 (22.66% from 255) = 13.16%
BLUE value IS 128 (50.39% from 255) = 29.56%
R=57.27%
G=13.16%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2485712800.770.480.03337.793.1759.8
HexF8398004D3031525d3c
Octal37071200011560352213574
Binary111110001110011000000001001101110000111010100101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83980; }

 p { color: rgb(248,57,128); }

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

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

 a { background-color: rgb(248,57,128); }

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

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

 span { border-color: rgb(248,57,128); }

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