#F83E80

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

Shades of Violet Red #F83E80

Tints of Violet Red #F83E80

Color information

#F83E80 (or 0xF83E80) is unknown color: approx Violet Red. HEX triplet: F8, 3E and 80. RGB value is (248,62,128). Sum of RGB (Red+Green+Blue) = 248+62+128=438 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.62% from 438); Green value is 62 (24.61% from 255 or 14.16% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 248 - color contains mainly: red. Hex color #F83E80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83E80 is #07C17F. Grayscale: #7D7D7D. Windows color (decimal): -508288 or 8404728. OLE color: 8404728.

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

Color convert

RGB24862128-
CMYK00.750.480.03
HSL338.71º93%60.78%-
HSV(B)338.71º75%97.25%-
XYZ44.3324.9622.9-
YUV125.14129.62215.63-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 56.62%
GREEN value IS 62 (24.61% from 255) = 14.16%
BLUE value IS 128 (50.39% from 255) = 29.22%
R=56.62%
G=14.16%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2486212800.750.480.03338.719360.78
HexF83E8004B3031535d3d
Octal37076200011360352313575
Binary111110001111101000000001001011110000111010100111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83E80; }

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

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

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

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

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

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

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

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