#F7378A

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

Shades of Violet Red #F7378A

Tints of Violet Red #F7378A

Color information

#F7378A (or 0xF7378A) is unknown color: approx Violet Red. HEX triplet: F7, 37 and 8A. RGB value is (247,55,138). Sum of RGB (Red+Green+Blue) = 247+55+138=440 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.14% from 440); Green value is 55 (21.88% from 255 or 12.5% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 247 - color contains mainly: red. Hex color #F7378A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7378A is #08C875. Grayscale: #797979. Windows color (decimal): -575606 or 9058295. OLE color: 9058295.

HSL color Cylindrical-coordinate representation of color #F7378A: hue angle of 334.06º degrees, saturation: 0.92, 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 #F7378A is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB24755138-
CMYK00.780.440.03
HSL334.06º92.31%59.22%-
HSV(B)334.06º77.73%96.86%-
XYZ44.3124.3426.41-
YUV121.87137.11217.25-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 56.14%
GREEN value IS 55 (21.88% from 255) = 12.5%
BLUE value IS 138 (54.30% from 255) = 31.36%
R=56.14%
G=12.5%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2475513800.780.440.03334.0692.3159.22
HexF7378A04E2C314e5c3b
Octal36767212011654351613473
Binary111101111101111000101001001110101100111010011101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7378A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7378A; }

 p { color: rgb(247,55,138); }

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

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

 a { background-color: rgb(247,55,138); }

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

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

 span { border-color: rgb(247,55,138); }

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