#F33585

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

Shades of Violet Red #F33585

Tints of Violet Red #F33585

Color information

#F33585 (or 0xF33585) is unknown color: approx Violet Red. HEX triplet: F3, 35 and 85. RGB value is (243,53,133). Sum of RGB (Red+Green+Blue) = 243+53+133=429 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.64% from 429); Green value is 53 (21.09% from 255 or 12.35% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 243 - color contains mainly: red. Hex color #F33585 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33585 is #0CCA7A. Grayscale: #767676. Windows color (decimal): -838267 or 8730099. OLE color: 8730099.

HSL color Cylindrical-coordinate representation of color #F33585: hue angle of 334.74º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F33585 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB24353133-
CMYK00.780.450.05
HSL334.74º88.79%58.04%-
HSV(B)334.74º78.19%95.29%-
XYZ42.4723.2924.45-
YUV118.93135.95216.5-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 56.64%
GREEN value IS 53 (21.09% from 255) = 12.35%
BLUE value IS 133 (52.34% from 255) = 31.00%
R=56.64%
G=12.35%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2435313300.780.450.05334.7488.7958.04
HexF3358504E2D514f593a
Octal36365205011655551713172
Binary1111001111010110000101010011101011011011010011111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F33585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F33585; }

 p { color: rgb(243,53,133); }

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

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

 a { background-color: rgb(243,53,133); }

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

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

 span { border-color: rgb(243,53,133); }

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