#F7457B

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

Shades of Violet Red #F7457B

Tints of Violet Red #F7457B

Color information

#F7457B (or 0xF7457B) is unknown color: approx Violet Red. HEX triplet: F7, 45 and 7B. RGB value is (247,69,123). Sum of RGB (Red+Green+Blue) = 247+69+123=439 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.26% from 439); Green value is 69 (27.34% from 255 or 15.72% from 439); Blue value is 123 (48.44% from 255 or 28.02% from 439); Max value from RGB is 247 - color contains mainly: red. Hex color #F7457B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7457B is #08BA84. Grayscale: #808080. Windows color (decimal): -572037 or 8078839. OLE color: 8078839.

HSL color Cylindrical-coordinate representation of color #F7457B: hue angle of 341.8º 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 #F7457B is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB24769123-
CMYK00.720.500.03
HSL341.8º91.75%61.96%-
HSV(B)341.8º72.06%96.86%-
XYZ44.0625.4621.33-
YUV128.38124.97212.61-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 56.26%
GREEN value IS 69 (27.34% from 255) = 15.72%
BLUE value IS 123 (48.44% from 255) = 28.02%
R=56.26%
G=15.72%
B=28.02%

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
Decimal2476912300.720.500.03341.891.7561.96
HexF7457B0483231565c3e
Octal367105173011062352613476
Binary111101111000101111101101001000110010111010101101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7457B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7457B; }

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

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

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

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

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

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

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

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