#F7317F

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

Shades of Violet Red #F7317F

Tints of Violet Red #F7317F

Color information

#F7317F (or 0xF7317F) is unknown color: approx Violet Red. HEX triplet: F7, 31 and 7F. RGB value is (247,49,127). Sum of RGB (Red+Green+Blue) = 247+49+127=423 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.39% from 423); Green value is 49 (19.53% from 255 or 11.58% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 247 - color contains mainly: red. Hex color #F7317F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7317F is #08CE80. Grayscale: #747474. Windows color (decimal): -577153 or 8335863. OLE color: 8335863.

HSL color Cylindrical-coordinate representation of color #F7317F: hue angle of 336.36º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F7317F is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB24749127-
CMYK00.800.490.03
HSL336.36º92.52%58.04%-
HSV(B)336.36º80.16%96.86%-
XYZ43.2923.522.33-
YUV117.09133.6220.66-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 58.39%
GREEN value IS 49 (19.53% from 255) = 11.58%
BLUE value IS 127 (50% from 255) = 30.02%
R=58.39%
G=11.58%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.49
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2474912700.800.490.03336.3692.5258.04
HexF7317F0503131505d3a
Octal36761177012061352013572
Binary11110111110001111111101010000110001111010100001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7317F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7317F; }

 p { color: rgb(247,49,127); }

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

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

 a { background-color: rgb(247,49,127); }

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

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

 span { border-color: rgb(247,49,127); }

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