#F83A86

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

Shades of Violet Red #F83A86

Tints of Violet Red #F83A86

Color information

#F83A86 (or 0xF83A86) is unknown color: approx Violet Red. HEX triplet: F8, 3A and 86. RGB value is (248,58,134). Sum of RGB (Red+Green+Blue) = 248+58+134=440 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.36% from 440); Green value is 58 (23.05% from 255 or 13.18% from 440); Blue value is 134 (52.73% from 255 or 30.45% from 440); Max value from RGB is 248 - color contains mainly: red. Hex color #F83A86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83A86 is #07C579. Grayscale: #7B7B7B. Windows color (decimal): -509306 or 8796920. OLE color: 8796920.

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

Color convert

RGB24858134-
CMYK00.770.460.03
HSL336º93.14%60%-
HSV(B)336º76.61%97.25%-
XYZ44.5324.724.98-
YUV123.47133.95216.82-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 56.36%
GREEN value IS 58 (23.05% from 255) = 13.18%
BLUE value IS 134 (52.73% from 255) = 30.45%
R=56.36%
G=13.18%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2485813400.770.460.0333693.1460
HexF83A8604D2E31505d3c
Octal37072206011556352013574
Binary111110001110101000011001001101101110111010100001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83A86; }

 p { color: rgb(248,58,134); }

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

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

 a { background-color: rgb(248,58,134); }

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

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

 span { border-color: rgb(248,58,134); }

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