#F7417A

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

Shades of Violet Red #F7417A

Tints of Violet Red #F7417A

Color information

#F7417A (or 0xF7417A) is unknown color: approx Violet Red. HEX triplet: F7, 41 and 7A. RGB value is (247,65,122). Sum of RGB (Red+Green+Blue) = 247+65+122=434 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.91% from 434); Green value is 65 (25.78% from 255 or 14.98% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 247 - color contains mainly: red. Hex color #F7417A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7417A is #08BE85. Grayscale: #7D7D7D. Windows color (decimal): -573062 or 8012279. OLE color: 8012279.

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

Color convert

RGB24765122-
CMYK00.740.510.03
HSL341.21º91.92%61.18%-
HSV(B)341.21º73.68%96.86%-
XYZ43.7624.9620.92-
YUV125.92125.8214.37-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 56.91%
GREEN value IS 65 (25.78% from 255) = 14.98%
BLUE value IS 122 (48.05% from 255) = 28.11%
R=56.91%
G=14.98%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.51
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2476512200.740.510.03341.2191.9261.18
HexF7417A04A3331555c3d
Octal367101172011263352513475
Binary111101111000001111101001001010110011111010101011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7417A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7417A; }

 p { color: rgb(247,65,122); }

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

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

 a { background-color: rgb(247,65,122); }

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

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

 span { border-color: rgb(247,65,122); }

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