#F83F84

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

Shades of Violet Red #F83F84

Tints of Violet Red #F83F84

Color information

#F83F84 (or 0xF83F84) is unknown color: approx Violet Red. HEX triplet: F8, 3F and 84. RGB value is (248,63,132). Sum of RGB (Red+Green+Blue) = 248+63+132=443 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.98% from 443); Green value is 63 (25% from 255 or 14.22% from 443); Blue value is 132 (51.95% from 255 or 29.80% from 443); Max value from RGB is 248 - color contains mainly: red. Hex color #F83F84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83F84 is #07C07B. Grayscale: #7E7E7E. Windows color (decimal): -508028 or 8667128. OLE color: 8667128.

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

Color convert

RGB24863132-
CMYK00.750.470.03
HSL337.62º92.96%60.98%-
HSV(B)337.62º74.6%97.25%-
XYZ44.6525.1824.34-
YUV126.18131.29214.89-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 55.98%
GREEN value IS 63 (25% from 255) = 14.22%
BLUE value IS 132 (51.95% from 255) = 29.80%
R=55.98%
G=14.22%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.47
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2486313200.750.470.03337.6292.9660.98
HexF83F8404B2F31525d3d
Octal37077204011357352213575
Binary111110001111111000010001001011101111111010100101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83F84; }

 p { color: rgb(248,63,132); }

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

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

 a { background-color: rgb(248,63,132); }

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

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

 span { border-color: rgb(248,63,132); }

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