#f13f8c

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

Shades of Violet Red #F13F8C

Tints of Violet Red #F13F8C

Color information

#F13F8C (or 0xF13F8C) is unknown color: approx Violet Red. HEX triplet: F1, 3F and 8C. RGB value is (241,63,140). Sum of RGB (Red+Green+Blue) = 241+63+140=444 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.28% from 444); Green value is 63 (25% from 255 or 14.19% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 241 - color contains mainly: red. Hex color #F13F8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13F8C is #0EC073. Grayscale: #7C7C7C. Windows color (decimal): -966772 or 9191409. OLE color: 9191409.

HSL color Cylindrical-coordinate representation of color #F13F8C: hue angle of 334.04º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F13F8C is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB24163140-
CMYK00.740.420.05
HSL334.04º86.41%59.61%-
HSV(B)334.04º73.86%94.51%-
XYZ42.7924.1527.22-
YUV125136.47210.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 54.28%
GREEN value IS 63 (25% from 255) = 14.19%
BLUE value IS 140 (55.08% from 255) = 31.53%
R=54.28%
G=14.19%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416314000.740.420.05334.0486.4159.61
HexF13F8C04A2A514e563c
Octal36177214011252551612674
Binary1111000111111110001100010010101010101011010011101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f13f8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f13f8c; }

 p { color: rgb(241,63,140); }

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

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

 a { background-color: rgb(241,63,140); }

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

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

 span { border-color: rgb(241,63,140); }

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