#F13D75

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

Shades of Violet Red #F13D75

Tints of Violet Red #F13D75

Color information

#F13D75 (or 0xF13D75) is unknown color: approx Violet Red. HEX triplet: F1, 3D and 75. RGB value is (241,61,117). Sum of RGB (Red+Green+Blue) = 241+61+117=419 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.52% from 419); Green value is 61 (24.22% from 255 or 14.56% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 241 - color contains mainly: red. Hex color #F13D75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13D75 is #0EC28A. Grayscale: #797979. Windows color (decimal): -967307 or 7683569. OLE color: 7683569.

HSL color Cylindrical-coordinate representation of color #F13D75: hue angle of 341.33º 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 #F13D75 is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB24161117-
CMYK00.750.510.05
HSL341.33º86.54%59.22%-
HSV(B)341.33º74.69%94.51%-
XYZ41.1623.3219.16-
YUV121.2125.63213.45-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 57.52%
GREEN value IS 61 (24.22% from 255) = 14.56%
BLUE value IS 117 (46.09% from 255) = 27.92%
R=57.52%
G=14.56%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416111700.750.510.05341.3386.5459.22
HexF13D7504B335155573b
Octal36175165011363552512773
Binary111100011111011110101010010111100111011010101011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13D75; }

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

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

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

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

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

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

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

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