Html Css Color HEX #F14379 Violet Red

📋 copy color: '#F14379'

red 241 ◦ green 67 ◦ blue 121

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

Shades of Violet Red #F14379

Tints of Violet Red #F14379

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.62%

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

R = 56.18%
G = 15.62%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F14379 (or 0xF14379) is known color: Violet Red. HEX triplet: F1, 43 and 79. RGB value is (241,67,121). Sum of RGB (Red+Green+Blue) = 241+67+121=429 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.18% from 429); Green value is 67 (26.56% from 255 or 15.62% from 429); Blue value is 121 (47.66% from 255 or 28.21% from 429); Max value from RGB is 241 - color contains mainly: red. Hex color #F14379 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14379 is #0EBC86. Grayscale: #7D7D7D. Windows color (decimal): -965767 or 7947249. OLE color: 7947249.

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

Color convert

RGB 241 67 121 -
CMYK 0 0.72 0.50 0.05
HSL 341.38º 0.86% 0.6% -
HSV(B) 341.38º 0.72% 0.95% -
XYZ 41.73 24.1 20.54 -
YUV 125.18 125.65 210.61 -
System Red Green Blue C M Y K H S L
Decimal 241 67 121 0 0.72 0.50 0.05 341.38 0.86 0.6
Hex F1 43 79 0 48 32 5 155 56 3C
Octal 361 103 171 0 110 62 5 525 126 74
Binary 11110001 1000011 1111001 0 1001000 110010 101 101010101 1010110 111100

Color Harmonies of #F14379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14379

Black with #F14379

Text Example


Text Example

White with #F14379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14379; }

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

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

background-color css

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

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

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

border-color css

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

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

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