#F13985

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

Shades of Violet Red #F13985

Tints of Violet Red #F13985

Color information

#F13985 (or 0xF13985) is unknown color: approx Violet Red. HEX triplet: F1, 39 and 85. RGB value is (241,57,133). Sum of RGB (Red+Green+Blue) = 241+57+133=431 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.92% from 431); Green value is 57 (22.66% from 255 or 13.23% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 241 - color contains mainly: red. Hex color #F13985 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13985 is #0EC67A. Grayscale: #787878. Windows color (decimal): -968315 or 8731121. OLE color: 8731121.

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

Color convert

RGB24157133-
CMYK00.760.450.05
HSL335.22º86.79%58.43%-
HSV(B)335.22º76.35%94.51%-
XYZ41.9723.3224.48-
YUV120.68134.96213.82-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 55.92%
GREEN value IS 57 (22.66% from 255) = 13.23%
BLUE value IS 133 (52.34% from 255) = 30.86%
R=55.92%
G=13.23%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415713300.760.450.05335.2286.7958.43
HexF1398504C2D514f573a
Octal36171205011455551712772
Binary1111000111100110000101010011001011011011010011111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13985; }

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

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

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

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

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

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

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

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