#F7297B

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

Shades of Violet Red #F7297B

Tints of Violet Red #F7297B

Color information

#F7297B (or 0xF7297B) is unknown color: approx Violet Red. HEX triplet: F7, 29 and 7B. RGB value is (247,41,123). Sum of RGB (Red+Green+Blue) = 247+41+123=411 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.10% from 411); Green value is 41 (16.41% from 255 or 9.98% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 247 - color contains mainly: red. Hex color #F7297B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7297B is #08D684. Grayscale: #6F6F6F. Windows color (decimal): -579205 or 8071671. OLE color: 8071671.

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

Color convert

RGB24741123-
CMYK00.830.500.03
HSL336.12º92.79%56.47%-
HSV(B)336.12º83.4%96.86%-
XYZ42.7322.7920.89-
YUV111.94134.25224.33-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 60.10%
GREEN value IS 41 (16.41% from 255) = 9.98%
BLUE value IS 123 (48.44% from 255) = 29.93%
R=60.10%
G=9.98%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.50
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2474112300.830.500.03336.1292.7956.47
HexF7297B0533231505d38
Octal36751173012362352013570
Binary11110111101001111101101010011110010111010100001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7297B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7297B; }

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

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

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

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

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

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

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

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