#F83B81

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

Shades of Violet Red #F83B81

Tints of Violet Red #F83B81

Color information

#F83B81 (or 0xF83B81) is unknown color: approx Violet Red. HEX triplet: F8, 3B and 81. RGB value is (248,59,129). Sum of RGB (Red+Green+Blue) = 248+59+129=436 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.88% from 436); Green value is 59 (23.44% from 255 or 13.53% from 436); Blue value is 129 (50.78% from 255 or 29.59% from 436); Max value from RGB is 248 - color contains mainly: red. Hex color #F83B81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83B81 is #07C47E. Grayscale: #7B7B7B. Windows color (decimal): -509055 or 8469496. OLE color: 8469496.

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

Color convert

RGB24859129-
CMYK00.760.480.03
HSL337.78º93.1%60.2%-
HSV(B)337.78º76.21%97.25%-
XYZ44.2424.6723.2-
YUV123.49131.12216.81-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 56.88%
GREEN value IS 59 (23.44% from 255) = 13.53%
BLUE value IS 129 (50.78% from 255) = 29.59%
R=56.88%
G=13.53%
B=29.59%

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
Decimal2485912900.760.480.03337.7893.160.2
HexF83B8104C3031525d3c
Octal37073201011460352213574
Binary111110001110111000000101001100110000111010100101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83B81; }

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

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

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

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

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

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

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

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