Html Css Color HEX #F13579 Violet Red

📋 copy color: '#F13579'

red 241 ◦ green 53 ◦ blue 121

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

Shades of Violet Red #F13579

Tints of Violet Red #F13579

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.77%

 BLUE value IS 121 (47.66% from 255) = 29.16%

R = 58.07%
G = 12.77%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F13579 (or 0xF13579) is known color: Violet Red. HEX triplet: F1, 35 and 79. RGB value is (241,53,121). Sum of RGB (Red+Green+Blue) = 241+53+121=415 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.07% from 415); Green value is 53 (21.09% from 255 or 12.77% from 415); Blue value is 121 (47.66% from 255 or 29.16% from 415); Max value from RGB is 241 - color contains mainly: red. Hex color #F13579 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13579 is #0ECA86. Grayscale: #747474. Windows color (decimal): -969351 or 7943665. OLE color: 7943665.

HSL color Cylindrical-coordinate representation of color #F13579: hue angle of 338.3º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F13579 is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 53 121 -
CMYK 0 0.78 0.50 0.05
HSL 338.3º 0.87% 0.58% -
HSV(B) 338.3º 0.78% 0.95% -
XYZ 41 22.63 20.3 -
YUV 116.96 130.28 216.47 -
System Red Green Blue C M Y K H S L
Decimal 241 53 121 0 0.78 0.50 0.05 338.3 0.87 0.58
Hex F1 35 79 0 4E 32 5 152 57 3A
Octal 361 65 171 0 116 62 5 522 127 72
Binary 11110001 110101 1111001 0 1001110 110010 101 101010010 1010111 111010

Color Harmonies of #F13579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13579

Black with #F13579

Text Example


Text Example

White with #F13579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13579; }

 p { color: rgb(241,53,121); }

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

background-color css

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

 a { background-color: rgb(241,53,121); }

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

border-color css

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

 span { border-color: rgb(241,53,121); }

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