#F6467D

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

Shades of Violet Red #F6467D

Tints of Violet Red #F6467D

Color information

#F6467D (or 0xF6467D) is unknown color: approx Violet Red. HEX triplet: F6, 46 and 7D. RGB value is (246,70,125). Sum of RGB (Red+Green+Blue) = 246+70+125=441 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.78% from 441); Green value is 70 (27.73% from 255 or 15.87% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 246 - color contains mainly: red. Hex color #F6467D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6467D is #09B982. Grayscale: #808080. Windows color (decimal): -637315 or 8210166. OLE color: 8210166.

HSL color Cylindrical-coordinate representation of color #F6467D: hue angle of 341.25º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F6467D is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB24670125-
CMYK00.720.490.04
HSL341.25º90.72%61.96%-
HSV(B)341.25º71.54%96.47%-
XYZ43.925.4522-
YUV128.89125.81211.53-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 55.78%
GREEN value IS 70 (27.73% from 255) = 15.87%
BLUE value IS 125 (49.22% from 255) = 28.34%
R=55.78%
G=15.87%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2467012500.720.490.04341.2590.7261.96
HexF6467D0483141555b3e
Octal366106175011061452513376
Binary1111011010001101111101010010001100011001010101011011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6467D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6467D; }

 p { color: rgb(246,70,125); }

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

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

 a { background-color: rgb(246,70,125); }

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

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

 span { border-color: rgb(246,70,125); }

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