#F84382

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

Shades of Violet Red #F84382

Tints of Violet Red #F84382

Color information

#F84382 (or 0xF84382) is unknown color: approx Violet Red. HEX triplet: F8, 43 and 82. RGB value is (248,67,130). Sum of RGB (Red+Green+Blue) = 248+67+130=445 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.73% from 445); Green value is 67 (26.56% from 255 or 15.06% from 445); Blue value is 130 (51.17% from 255 or 29.21% from 445); Max value from RGB is 248 - color contains mainly: red. Hex color #F84382 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84382 is #07BC7D. Grayscale: #808080. Windows color (decimal): -507006 or 8537080. OLE color: 8537080.

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

Color convert

RGB24867130-
CMYK00.730.480.03
HSL339.12º92.82%61.76%-
HSV(B)339.12º72.98%97.25%-
XYZ44.7525.5823.7-
YUV128.3128.97213.38-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 55.73%
GREEN value IS 67 (26.56% from 255) = 15.06%
BLUE value IS 130 (51.17% from 255) = 29.21%
R=55.73%
G=15.06%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2486713000.730.480.03339.1292.8261.76
HexF843820493031535d3e
Octal370103202011160352313576
Binary1111100010000111000001001001001110000111010100111011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F84382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F84382; }

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

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

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

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

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

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

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

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