#F0478D

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

Shades of Violet Red #F0478D

Tints of Violet Red #F0478D

Color information

#F0478D (or 0xF0478D) is unknown color: approx Violet Red. HEX triplet: F0, 47 and 8D. RGB value is (240,71,141). Sum of RGB (Red+Green+Blue) = 240+71+141=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 71 (28.12% from 255 or 15.71% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F0478D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0478D is #0FB872. Grayscale: #818181. Windows color (decimal): -1030259 or 9258992. OLE color: 9258992.

HSL color Cylindrical-coordinate representation of color #F0478D: hue angle of 335.15º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0478D is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB24071141-
CMYK00.700.410.06
HSL335.15º84.92%60.98%-
HSV(B)335.15º70.42%94.12%-
XYZ4324.9527.75-
YUV129.51134.49206.81-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.10%
GREEN value IS 71 (28.12% from 255) = 15.71%
BLUE value IS 141 (55.47% from 255) = 31.19%
R=53.10%
G=15.71%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407114100.700.410.06335.1584.9260.98
HexF0478D04629614f553d
Octal360107215010651651712575
Binary11110000100011110001101010001101010011101010011111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0478D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0478D; }

 p { color: rgb(240,71,141); }

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

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

 a { background-color: rgb(240,71,141); }

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

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

 span { border-color: rgb(240,71,141); }

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