Html Css Color HEX #F12C43 Amaranth

📋 copy color: '#F12C43'

red 241 ◦ green 44 ◦ blue 67

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

Shades of Amaranth #F12C43

Tints of Amaranth #F12C43

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.5%

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

R = 68.47%
G = 12.5%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F12C43 (or 0xF12C43) is known color: Amaranth. HEX triplet: F1, 2C and 43. RGB value is (241,44,67). Sum of RGB (Red+Green+Blue) = 241+44+67=352 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.47% from 352); Green value is 44 (17.58% from 255 or 12.5% from 352); Blue value is 67 (26.56% from 255 or 19.03% from 352); Max value from RGB is 241 - color contains mainly: red. Hex color #F12C43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12C43 is #0ED3BC. Grayscale: #696969. Windows color (decimal): -971709 or 4402417. OLE color: 4402417.

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

Color convert

RGB 241 44 67 -
CMYK 0 0.82 0.72 0.05
HSL 352.99º 0.88% 0.56% -
HSV(B) 352.99º 0.82% 0.95% -
XYZ 38.19 20.91 7.33 -
YUV 105.53 106.27 224.63 -
System Red Green Blue C M Y K H S L
Decimal 241 44 67 0 0.82 0.72 0.05 352.99 0.88 0.56
Hex F1 2C 43 0 52 48 5 161 58 38
Octal 361 54 103 0 122 110 5 541 130 70
Binary 11110001 101100 1000011 0 1010010 1001000 101 101100001 1011000 111000

Color Harmonies of #F12C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12C43

Black with #F12C43

Text Example


Text Example

White with #F12C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12C43; }

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

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

background-color css

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

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

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

border-color css

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

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

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