#FF3385

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

Shades of Violet Red #FF3385

Tints of Violet Red #FF3385

Color information

#FF3385 (or 0xFF3385) is unknown color: approx Violet Red. HEX triplet: FF, 33 and 85. RGB value is (255,51,133). Sum of RGB (Red+Green+Blue) = 255+51+133=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 51 (20.31% from 255 or 11.62% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3385 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3385 is #00CC7A. Grayscale: #797979. Windows color (decimal): -52347 or 8729599. OLE color: 8729599.

HSL color Cylindrical-coordinate representation of color #FF3385: hue angle of 335.88º 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 #FF3385 is Cyan = 0, Magento = 0.8, Yellow = 0.48 and Black (K on CMYK) = 0.

Color convert

RGB25551133-
CMYK00.80.480
HSL335.88º100%60%-
HSV(B)335.88º80%100%-
XYZ46.6625.3224.62-
YUV121.34134.59223.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 58.09%
GREEN value IS 51 (20.31% from 255) = 11.62%
BLUE value IS 133 (52.34% from 255) = 30.30%
R=58.09%
G=11.62%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555113300.80.480335.8810060
HexFF3385050300150643c
Octal37763205012060052014474
Binary11111111110011100001010101000011000001010100001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3385; }

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

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

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

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

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

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

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

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