#FF337B

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

Shades of Violet Red #FF337B

Tints of Violet Red #FF337B

Color information

#FF337B (or 0xFF337B) is unknown color: approx Violet Red. HEX triplet: FF, 33 and 7B. RGB value is (255,51,123). Sum of RGB (Red+Green+Blue) = 255+51+123=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 51 (20.31% from 255 or 11.89% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FF337B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF337B is #00CC84. Grayscale: #787878. Windows color (decimal): -52357 or 8074239. OLE color: 8074239.

HSL color Cylindrical-coordinate representation of color #FF337B: hue angle of 338.82º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF337B is Cyan = 0, Magento = 0.8, Yellow = 0.52 and Black (K on CMYK) = 0.

Color convert

RGB25551123-
CMYK00.80.520
HSL338.82º100%60%-
HSV(B)338.82º80%100%-
XYZ4625.0621.15-
YUV120.2129.59224.15-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 59.44%
GREEN value IS 51 (20.31% from 255) = 11.89%
BLUE value IS 123 (48.44% from 255) = 28.67%
R=59.44%
G=11.89%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555112300.80.520338.8210060
HexFF337B050340153643c
Octal37763173012064052314474
Binary1111111111001111110110101000011010001010100111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF337B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF337B; }

 p { color: rgb(255,51,123); }

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

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

 a { background-color: rgb(255,51,123); }

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

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

 span { border-color: rgb(255,51,123); }

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