#F8377E

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

Shades of Violet Red #F8377E

Tints of Violet Red #F8377E

Color information

#F8377E (or 0xF8377E) is unknown color: approx Violet Red. HEX triplet: F8, 37 and 7E. RGB value is (248,55,126). Sum of RGB (Red+Green+Blue) = 248+55+126=429 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.81% from 429); Green value is 55 (21.88% from 255 or 12.82% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 248 - color contains mainly: red. Hex color #F8377E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8377E is #07C881. Grayscale: #787878. Windows color (decimal): -510082 or 8271864. OLE color: 8271864.

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

Color convert

RGB24855126-
CMYK00.780.490.03
HSL337.93º93.24%59.41%-
HSV(B)337.93º77.82%97.25%-
XYZ43.8424.222.1-
YUV120.8130.94218.73-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 57.81%
GREEN value IS 55 (21.88% from 255) = 12.82%
BLUE value IS 126 (49.61% from 255) = 29.37%
R=57.81%
G=12.82%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.49
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2485512600.780.490.03337.9393.2459.41
HexF8377E04E3131525d3b
Octal37067176011661352213573
Binary11111000110111111111001001110110001111010100101011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8377E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8377E; }

 p { color: rgb(248,55,126); }

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

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

 a { background-color: rgb(248,55,126); }

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

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

 span { border-color: rgb(248,55,126); }

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