#F6317E

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

Shades of Violet Red #F6317E

Tints of Violet Red #F6317E

Color information

#F6317E (or 0xF6317E) is unknown color: approx Violet Red. HEX triplet: F6, 31 and 7E. RGB value is (246,49,126). Sum of RGB (Red+Green+Blue) = 246+49+126=421 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.43% from 421); Green value is 49 (19.53% from 255 or 11.64% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 246 - color contains mainly: red. Hex color #F6317E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6317E is #09CE81. Grayscale: #747474. Windows color (decimal): -642690 or 8270326. OLE color: 8270326.

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

Color convert

RGB24649126-
CMYK00.800.490.04
HSL336.55º91.63%57.84%-
HSV(B)336.55º80.08%96.47%-
XYZ42.8723.321.98-
YUV116.68133.27220.24-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 58.43%
GREEN value IS 49 (19.53% from 255) = 11.64%
BLUE value IS 126 (49.61% from 255) = 29.93%
R=58.43%
G=11.64%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2464912600.800.490.04336.5591.6357.84
HexF6317E0503141515c3a
Octal36661176012061452113472
Binary111101101100011111110010100001100011001010100011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6317E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6317E; }

 p { color: rgb(246,49,126); }

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

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

 a { background-color: rgb(246,49,126); }

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

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

 span { border-color: rgb(246,49,126); }

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