#F6337D

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

Shades of Violet Red #F6337D

Tints of Violet Red #F6337D

Color information

#F6337D (or 0xF6337D) is unknown color: approx Violet Red. HEX triplet: F6, 33 and 7D. RGB value is (246,51,125). Sum of RGB (Red+Green+Blue) = 246+51+125=422 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.29% from 422); Green value is 51 (20.31% from 255 or 12.09% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 246 - color contains mainly: red. Hex color #F6337D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6337D is #09CC82. Grayscale: #757575. Windows color (decimal): -642179 or 8205302. OLE color: 8205302.

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

Color convert

RGB24651125-
CMYK00.790.490.04
HSL337.23º91.55%58.24%-
HSV(B)337.23º79.27%96.47%-
XYZ42.8923.4421.67-
YUV117.74132.1219.48-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 58.29%
GREEN value IS 51 (20.31% from 255) = 12.09%
BLUE value IS 125 (49.22% from 255) = 29.62%
R=58.29%
G=12.09%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2465112500.790.490.04337.2391.5558.24
HexF6337D04F3141515c3a
Octal36663175011761452113472
Binary111101101100111111101010011111100011001010100011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6337D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6337D; }

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

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

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

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

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

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

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

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