#F13F8E

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

Shades of Violet Red #F13F8E

Tints of Violet Red #F13F8E

Color information

#F13F8E (or 0xF13F8E) is unknown color: approx Violet Red. HEX triplet: F1, 3F and 8E. RGB value is (241,63,142). Sum of RGB (Red+Green+Blue) = 241+63+142=446 (59% of max value = 765). Red value is 241 (94.53% from 255 or 54.04% from 446); Green value is 63 (25% from 255 or 14.13% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 241 - color contains mainly: red. Hex color #F13F8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13F8E is #0EC071. Grayscale: #7D7D7D. Windows color (decimal): -966770 or 9322481. OLE color: 9322481.

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

Color convert

RGB24163142-
CMYK00.740.410.05
HSL333.37º86.41%59.61%-
HSV(B)333.37º73.86%94.51%-
XYZ42.9424.2128-
YUV125.23137.47210.58-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 54.04%
GREEN value IS 63 (25% from 255) = 14.13%
BLUE value IS 142 (55.86% from 255) = 31.84%
R=54.04%
G=14.13%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416314200.740.410.05333.3786.4159.61
HexF13F8E04A29514d563c
Octal36177216011251551512674
Binary1111000111111110001110010010101010011011010011011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13F8E; }

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

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

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

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

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

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

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

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