#F8387A

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

Shades of Violet Red #F8387A

Tints of Violet Red #F8387A

Color information

#F8387A (or 0xF8387A) is unknown color: approx Violet Red. HEX triplet: F8, 38 and 7A. RGB value is (248,56,122). Sum of RGB (Red+Green+Blue) = 248+56+122=426 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.22% from 426); Green value is 56 (22.27% from 255 or 13.15% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 248 - color contains mainly: red. Hex color #F8387A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8387A is #07C785. Grayscale: #787878. Windows color (decimal): -509830 or 8009976. OLE color: 8009976.

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

Color convert

RGB24856122-
CMYK00.770.510.03
HSL339.38º93.2%59.61%-
HSV(B)339.38º77.42%97.25%-
XYZ43.6424.1920.78-
YUV120.93128.61218.63-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 58.22%
GREEN value IS 56 (22.27% from 255) = 13.15%
BLUE value IS 122 (48.05% from 255) = 28.64%
R=58.22%
G=13.15%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.51
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2485612200.770.510.03339.3893.259.61
HexF8387A04D3331535d3c
Octal37070172011563352313574
Binary11111000111000111101001001101110011111010100111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8387A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8387A; }

 p { color: rgb(248,56,122); }

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

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

 a { background-color: rgb(248,56,122); }

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

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

 span { border-color: rgb(248,56,122); }

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