Html Css Color HEX #F13F42 Amaranth

📋 copy color: '#F13F42'

red 241 ◦ green 63 ◦ blue 66

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

Shades of Amaranth #F13F42

Tints of Amaranth #F13F42

RGB

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

 GREEN value IS 63 (25% from 255) = 17.03%

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

R = 65.14%
G = 17.03%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F13F42 (or 0xF13F42) is known color: Amaranth. HEX triplet: F1, 3F and 42. RGB value is (241,63,66). Sum of RGB (Red+Green+Blue) = 241+63+66=370 (49% of max value = 765). Red value is 241 (94.53% from 255 or 65.14% from 370); Green value is 63 (25% from 255 or 17.03% from 370); Blue value is 66 (26.17% from 255 or 17.84% from 370); Max value from RGB is 241 - color contains mainly: red. Hex color #F13F42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13F42 is #0EC0BD. Grayscale: #747474. Windows color (decimal): -966846 or 4341745. OLE color: 4341745.

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

Color convert

RGB 241 63 66 -
CMYK 0 0.74 0.73 0.05
HSL 358.99º 0.86% 0.6% -
HSV(B) 358.99º 0.74% 0.95% -
XYZ 39.04 22.65 7.47 -
YUV 116.56 99.47 216.76 -
System Red Green Blue C M Y K H S L
Decimal 241 63 66 0 0.74 0.73 0.05 358.99 0.86 0.6
Hex F1 3F 42 0 4A 49 5 167 56 3C
Octal 361 77 102 0 112 111 5 547 126 74
Binary 11110001 111111 1000010 0 1001010 1001001 101 101100111 1010110 111100

Color Harmonies of #F13F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13F42

Black with #F13F42

Text Example


Text Example

White with #F13F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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