#F83C8E

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

Shades of Violet Red #F83C8E

Tints of Violet Red #F83C8E

Color information

#F83C8E (or 0xF83C8E) is unknown color: approx Violet Red. HEX triplet: F8, 3C and 8E. RGB value is (248,60,142). Sum of RGB (Red+Green+Blue) = 248+60+142=450 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.11% from 450); Green value is 60 (23.83% from 255 or 13.33% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 248 - color contains mainly: red. Hex color #F83C8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83C8E is #07C371. Grayscale: #7D7D7D. Windows color (decimal): -508786 or 9321720. OLE color: 9321720.

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

Color convert

RGB24860142-
CMYK00.760.430.03
HSL333.83º93.07%60.39%-
HSV(B)333.83º75.81%97.25%-
XYZ45.2125.1428.06-
YUV125.56137.28215.33-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 55.11%
GREEN value IS 60 (23.83% from 255) = 13.33%
BLUE value IS 142 (55.86% from 255) = 31.56%
R=55.11%
G=13.33%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2486014200.760.430.03333.8393.0760.39
HexF83C8E04C2B314e5d3c
Octal37074216011453351613574
Binary111110001111001000111001001100101011111010011101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83C8E; }

 p { color: rgb(248,60,142); }

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

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

 a { background-color: rgb(248,60,142); }

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

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

 span { border-color: rgb(248,60,142); }

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