#F0457C

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

Shades of Violet Red #F0457C

Tints of Violet Red #F0457C

Color information

#F0457C (or 0xF0457C) is unknown color: approx Violet Red. HEX triplet: F0, 45 and 7C. RGB value is (240,69,124). Sum of RGB (Red+Green+Blue) = 240+69+124=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 69 (27.34% from 255 or 15.94% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F0457C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0457C is #0FBA83. Grayscale: #7E7E7E. Windows color (decimal): -1030788 or 8144368. OLE color: 8144368.

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

Color convert

RGB24069124-
CMYK00.710.480.06
HSL340.7º85.07%60.59%-
HSV(B)340.7º71.25%94.12%-
XYZ41.724.2421.55-
YUV126.4126.65209.03-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 55.43%
GREEN value IS 69 (27.34% from 255) = 15.94%
BLUE value IS 124 (48.83% from 255) = 28.64%
R=55.43%
G=15.94%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2406912400.710.480.06340.785.0760.59
HexF0457C047306155553d
Octal360105174010760652512575
Binary1111000010001011111100010001111100001101010101011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0457C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0457C; }

 p { color: rgb(240,69,124); }

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

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

 a { background-color: rgb(240,69,124); }

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

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

 span { border-color: rgb(240,69,124); }

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