#F13D85

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

Shades of Violet Red #F13D85

Tints of Violet Red #F13D85

Color information

#F13D85 (or 0xF13D85) is unknown color: approx Violet Red. HEX triplet: F1, 3D and 85. RGB value is (241,61,133). Sum of RGB (Red+Green+Blue) = 241+61+133=435 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.40% from 435); Green value is 61 (24.22% from 255 or 14.02% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 241 - color contains mainly: red. Hex color #F13D85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13D85 is #0EC27A. Grayscale: #7A7A7A. Windows color (decimal): -967291 or 8732145. OLE color: 8732145.

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

Color convert

RGB24161133-
CMYK00.750.450.05
HSL336º86.54%59.22%-
HSV(B)336º74.69%94.51%-
XYZ42.1823.7324.55-
YUV123.03133.63212.15-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 55.40%
GREEN value IS 61 (24.22% from 255) = 14.02%
BLUE value IS 133 (52.34% from 255) = 30.57%
R=55.40%
G=14.02%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416113300.750.450.0533686.5459.22
HexF13D8504B2D5150573b
Octal36175205011355552012773
Binary1111000111110110000101010010111011011011010100001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13D85; }

 p { color: rgb(241,61,133); }

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

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

 a { background-color: rgb(241,61,133); }

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

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

 span { border-color: rgb(241,61,133); }

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