#F83078

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

Shades of Violet Red #F83078

Tints of Violet Red #F83078

Color information

#F83078 (or 0xF83078) is unknown color: approx Violet Red. HEX triplet: F8, 30 and 78. RGB value is (248,48,120). Sum of RGB (Red+Green+Blue) = 248+48+120=416 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.62% from 416); Green value is 48 (19.14% from 255 or 11.54% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 248 - color contains mainly: red. Hex color #F83078 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83078 is #07CF87. Grayscale: #737373. Windows color (decimal): -511880 or 7876856. OLE color: 7876856.

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

Color convert

RGB24848120-
CMYK00.810.520.03
HSL338.4º93.46%58.04%-
HSV(B)338.4º80.65%97.25%-
XYZ43.1623.4320.02-
YUV116.01130.26222.15-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 59.62%
GREEN value IS 48 (19.14% from 255) = 11.54%
BLUE value IS 120 (47.27% from 255) = 28.85%
R=59.62%
G=11.54%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2484812000.810.520.03338.493.4658.04
HexF830780513431525d3a
Octal37060170012164352213572
Binary11111000110000111100001010001110100111010100101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83078; }

 p { color: rgb(248,48,120); }

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

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

 a { background-color: rgb(248,48,120); }

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

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

 span { border-color: rgb(248,48,120); }

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