#F13D8A

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

Shades of Violet Red #F13D8A

Tints of Violet Red #F13D8A

Color information

#F13D8A (or 0xF13D8A) is unknown color: approx Violet Red. HEX triplet: F1, 3D and 8A. RGB value is (241,61,138). Sum of RGB (Red+Green+Blue) = 241+61+138=440 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.77% from 440); Green value is 61 (24.22% from 255 or 13.86% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 241 - color contains mainly: red. Hex color #F13D8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13D8A is #0EC275. Grayscale: #7B7B7B. Windows color (decimal): -967286 or 9059825. OLE color: 9059825.

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

Color convert

RGB24161138-
CMYK00.750.430.05
HSL334.33º86.54%59.22%-
HSV(B)334.33º74.69%94.51%-
XYZ42.5323.8726.41-
YUV123.6136.13211.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 54.77%
GREEN value IS 61 (24.22% from 255) = 13.86%
BLUE value IS 138 (54.30% from 255) = 31.36%
R=54.77%
G=13.86%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416113800.750.430.05334.3386.5459.22
HexF13D8A04B2B514e573b
Octal36175212011353551612773
Binary1111000111110110001010010010111010111011010011101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13D8A; }

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

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

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

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

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

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

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

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