#F83A85

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

Shades of Violet Red #F83A85

Tints of Violet Red #F83A85

Color information

#F83A85 (or 0xF83A85) is unknown color: approx Violet Red. HEX triplet: F8, 3A and 85. RGB value is (248,58,133). Sum of RGB (Red+Green+Blue) = 248+58+133=439 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.49% from 439); Green value is 58 (23.05% from 255 or 13.21% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 248 - color contains mainly: red. Hex color #F83A85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83A85 is #07C57A. Grayscale: #7B7B7B. Windows color (decimal): -509307 or 8731384. OLE color: 8731384.

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

Color convert

RGB24858133-
CMYK00.770.460.03
HSL336.32º93.14%60%-
HSV(B)336.32º76.61%97.25%-
XYZ44.4624.6824.61-
YUV123.36133.45216.9-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 56.49%
GREEN value IS 58 (23.05% from 255) = 13.21%
BLUE value IS 133 (52.34% from 255) = 30.30%
R=56.49%
G=13.21%
B=30.30%

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
Decimal2485813300.770.460.03336.3293.1460
HexF83A8504D2E31505d3c
Octal37072205011556352013574
Binary111110001110101000010101001101101110111010100001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83A85; }

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

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

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

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

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

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

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

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