Html Css Color HEX #F14042 Amaranth

📋 copy color: '#F14042'

red 241 ◦ green 64 ◦ blue 66

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

Shades of Amaranth #F14042

Tints of Amaranth #F14042

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.25%

 BLUE value IS 66 (26.17% from 255) = 17.79%

R = 64.96%
G = 17.25%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F14042 (or 0xF14042) is known color: Amaranth. HEX triplet: F1, 40 and 42. RGB value is (241,64,66). Sum of RGB (Red+Green+Blue) = 241+64+66=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F14042 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14042 is #0EBFBD. Grayscale: #757575. Windows color (decimal): -966590 or 4342001. OLE color: 4342001.

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

Color convert

RGB 241 64 66 -
CMYK 0 0.73 0.73 0.05
HSL 359.32º 0.86% 0.6% -
HSV(B) 359.32º 0.73% 0.95% -
XYZ 39.09 22.76 7.49 -
YUV 117.15 99.14 216.34 -
System Red Green Blue C M Y K H S L
Decimal 241 64 66 0 0.73 0.73 0.05 359.32 0.86 0.6
Hex F1 40 42 0 49 49 5 167 56 3C
Octal 361 100 102 0 111 111 5 547 126 74
Binary 11110001 1000000 1000010 0 1001001 1001001 101 101100111 1010110 111100

Color Harmonies of #F14042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14042

Black with #F14042

Text Example


Text Example

White with #F14042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14042; }

 p { color: rgb(241,64,66); }

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

background-color css

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

 a { background-color: rgb(241,64,66); }

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

border-color css

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

 span { border-color: rgb(241,64,66); }

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