Html Css Color HEX #F12243 Amaranth

📋 copy color: '#F12243'

red 241 ◦ green 34 ◦ blue 67

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

Shades of Amaranth #F12243

Tints of Amaranth #F12243

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.94%

 BLUE value IS 67 (26.56% from 255) = 19.59%

R = 70.47%
G = 9.94%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F12243 (or 0xF12243) is known color: Amaranth. HEX triplet: F1, 22 and 43. RGB value is (241,34,67). Sum of RGB (Red+Green+Blue) = 241+34+67=342 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.47% from 342); Green value is 34 (13.67% from 255 or 9.94% from 342); Blue value is 67 (26.56% from 255 or 19.59% from 342); Max value from RGB is 241 - color contains mainly: red. Hex color #F12243 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12243 is #0EDDBC. Grayscale: #636363. Windows color (decimal): -974269 or 4399857. OLE color: 4399857.

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

Color convert

RGB 241 34 67 -
CMYK 0 0.86 0.72 0.05
HSL 350.43º 0.88% 0.54% -
HSV(B) 350.43º 0.86% 0.95% -
XYZ 37.86 20.25 7.22 -
YUV 99.66 109.58 228.82 -
System Red Green Blue C M Y K H S L
Decimal 241 34 67 0 0.86 0.72 0.05 350.43 0.88 0.54
Hex F1 22 43 0 56 48 5 15E 58 36
Octal 361 42 103 0 126 110 5 536 130 66
Binary 11110001 100010 1000011 0 1010110 1001000 101 101011110 1011000 110110

Color Harmonies of #F12243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12243

Black with #F12243

Text Example


Text Example

White with #F12243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12243; }

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

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

background-color css

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

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

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

border-color css

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

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

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