#F13D93

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

Shades of Violet Red #F13D93

Tints of Violet Red #F13D93

Color information

#F13D93 (or 0xF13D93) is unknown color: approx Violet Red. HEX triplet: F1, 3D and 93. RGB value is (241,61,147). Sum of RGB (Red+Green+Blue) = 241+61+147=449 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.67% from 449); Green value is 61 (24.22% from 255 or 13.59% from 449); Blue value is 147 (57.81% from 255 or 32.74% from 449); Max value from RGB is 241 - color contains mainly: red. Hex color #F13D93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13D93 is #0EC26C. Grayscale: #7C7C7C. Windows color (decimal): -967277 or 9649649. OLE color: 9649649.

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

Color convert

RGB24161147-
CMYK00.750.390.05
HSL331.33º86.54%59.22%-
HSV(B)331.33º74.69%94.51%-
XYZ43.2124.1429.99-
YUV124.62140.63211.01-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.67%
GREEN value IS 61 (24.22% from 255) = 13.59%
BLUE value IS 147 (57.81% from 255) = 32.74%
R=53.67%
G=13.59%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416114700.750.390.05331.3386.5459.22
HexF13D9304B27514b573b
Octal36175223011347551312773
Binary1111000111110110010011010010111001111011010010111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13D93; }

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

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

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

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

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

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

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

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