#F83B82

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

Shades of Violet Red #F83B82

Tints of Violet Red #F83B82

Color information

#F83B82 (or 0xF83B82) is unknown color: approx Violet Red. HEX triplet: F8, 3B and 82. RGB value is (248,59,130). Sum of RGB (Red+Green+Blue) = 248+59+130=437 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.75% from 437); Green value is 59 (23.44% from 255 or 13.50% from 437); Blue value is 130 (51.17% from 255 or 29.75% from 437); Max value from RGB is 248 - color contains mainly: red. Hex color #F83B82 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83B82 is #07C47D. Grayscale: #7B7B7B. Windows color (decimal): -509054 or 8535032. OLE color: 8535032.

HSL color Cylindrical-coordinate representation of color #F83B82: hue angle of 337.46º 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 #F83B82 is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB24859130-
CMYK00.760.480.03
HSL337.46º93.1%60.2%-
HSV(B)337.46º76.21%97.25%-
XYZ44.324.723.55-
YUV123.6131.62216.73-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 56.75%
GREEN value IS 59 (23.44% from 255) = 13.50%
BLUE value IS 130 (51.17% from 255) = 29.75%
R=56.75%
G=13.50%
B=29.75%

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
Decimal2485913000.760.480.03337.4693.160.2
HexF83B8204C3031515d3c
Octal37073202011460352113574
Binary111110001110111000001001001100110000111010100011011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83B82; }

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

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

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

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

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

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

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

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