#F7457C

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

Shades of Violet Red #F7457C

Tints of Violet Red #F7457C

Color information

#F7457C (or 0xF7457C) is unknown color: approx Violet Red. HEX triplet: F7, 45 and 7C. RGB value is (247,69,124). Sum of RGB (Red+Green+Blue) = 247+69+124=440 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.14% from 440); Green value is 69 (27.34% from 255 or 15.68% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 247 - color contains mainly: red. Hex color #F7457C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7457C is #08BA83. Grayscale: #808080. Windows color (decimal): -572036 or 8144375. OLE color: 8144375.

HSL color Cylindrical-coordinate representation of color #F7457C: hue angle of 341.46º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F7457C is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB24769124-
CMYK00.720.500.03
HSL341.46º91.75%61.96%-
HSV(B)341.46º72.06%96.86%-
XYZ44.1225.4921.66-
YUV128.49125.47212.53-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 56.14%
GREEN value IS 69 (27.34% from 255) = 15.68%
BLUE value IS 124 (48.83% from 255) = 28.18%
R=56.14%
G=15.68%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.50
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2476912400.720.500.03341.4691.7561.96
HexF7457C0483231555c3e
Octal367105174011062352513476
Binary111101111000101111110001001000110010111010101011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7457C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7457C; }

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

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

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

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

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

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

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

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