#F13C77

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

Shades of Violet Red #F13C77

Tints of Violet Red #F13C77

Color information

#F13C77 (or 0xF13C77) is unknown color: approx Violet Red. HEX triplet: F1, 3C and 77. RGB value is (241,60,119). Sum of RGB (Red+Green+Blue) = 241+60+119=420 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.38% from 420); Green value is 60 (23.83% from 255 or 14.29% from 420); Blue value is 119 (46.88% from 255 or 28.33% from 420); Max value from RGB is 241 - color contains mainly: red. Hex color #F13C77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13C77 is #0EC388. Grayscale: #787878. Windows color (decimal): -967561 or 7814385. OLE color: 7814385.

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

Color convert

RGB24160119-
CMYK00.750.510.05
HSL340.44º86.6%59.02%-
HSV(B)340.44º75.1%94.51%-
XYZ41.2223.2619.77-
YUV120.84126.97213.7-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 57.38%
GREEN value IS 60 (23.83% from 255) = 14.29%
BLUE value IS 119 (46.88% from 255) = 28.33%
R=57.38%
G=14.29%
B=28.33%

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
Decimal2416011900.750.510.05340.4486.659.02
HexF13C7704B335154573b
Octal36174167011363552412773
Binary111100011111001110111010010111100111011010101001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13C77; }

 p { color: rgb(241,60,119); }

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

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

 a { background-color: rgb(241,60,119); }

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

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

 span { border-color: rgb(241,60,119); }

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