Html Css Color HEX #F13E73 Violet Red

📋 copy color: '#F13E73'

red 241 ◦ green 62 ◦ blue 115

#F13E73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Red #F13E73

Tints of Violet Red #F13E73

RGB

 RED value IS 241 (94.53% from 255) = 57.66%

 GREEN value IS 62 (24.61% from 255) = 14.83%

 BLUE value IS 115 (45.31% from 255) = 27.51%

R = 57.66%
G = 14.83%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F13E73 (or 0xF13E73) is known color: Violet Red. HEX triplet: F1, 3E and 73. RGB value is (241,62,115). Sum of RGB (Red+Green+Blue) = 241+62+115=418 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.66% from 418); Green value is 62 (24.61% from 255 or 14.83% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 241 - color contains mainly: red. Hex color #F13E73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13E73 is #0EC18C. Grayscale: #797979. Windows color (decimal): -967053 or 7552753. OLE color: 7552753.

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

Color convert

RGB 241 62 115 -
CMYK 0 0.74 0.52 0.05
HSL 342.23º 0.86% 0.59% -
HSV(B) 342.23º 0.74% 0.95% -
XYZ 41.09 23.38 18.57 -
YUV 121.56 124.3 213.19 -
System Red Green Blue C M Y K H S L
Decimal 241 62 115 0 0.74 0.52 0.05 342.23 0.86 0.59
Hex F1 3E 73 0 4A 34 5 156 56 3B
Octal 361 76 163 0 112 64 5 526 126 73
Binary 11110001 111110 1110011 0 1001010 110100 101 101010110 1010110 111011

Color Harmonies of #F13E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13E73

Black with #F13E73

Text Example


Text Example

White with #F13E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13E73; }

 p { color: rgb(241,62,115); }

 H1.HeaderClassName
 {
   color: #F13E73;
 }
 .AnyTagClassName
 {
   color: #F13E73;
 }
</style>

background-color css

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

 a { background-color: rgb(241,62,115); }

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

border-color css

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

 span { border-color: rgb(241,62,115); }

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