#F83B80

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

Shades of Violet Red #F83B80

Tints of Violet Red #F83B80

Color information

#F83B80 (or 0xF83B80) is unknown color: approx Violet Red. HEX triplet: F8, 3B and 80. RGB value is (248,59,128). Sum of RGB (Red+Green+Blue) = 248+59+128=435 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.01% from 435); Green value is 59 (23.44% from 255 or 13.56% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 248 - color contains mainly: red. Hex color #F83B80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83B80 is #07C47F. Grayscale: #7B7B7B. Windows color (decimal): -509056 or 8403960. OLE color: 8403960.

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

Color convert

RGB24859128-
CMYK00.760.480.03
HSL338.1º93.1%60.2%-
HSV(B)338.1º76.21%97.25%-
XYZ44.1724.6422.85-
YUV123.38130.62216.89-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 57.01%
GREEN value IS 59 (23.44% from 255) = 13.56%
BLUE value IS 128 (50.39% from 255) = 29.43%
R=57.01%
G=13.56%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2485912800.760.480.03338.193.160.2
HexF83B8004C3031525d3c
Octal37073200011460352213574
Binary111110001110111000000001001100110000111010100101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83B80; }

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

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

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

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

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

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

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

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