Html Css Color HEX #F12743 Amaranth

📋 copy color: '#F12743'

red 241 ◦ green 39 ◦ blue 67

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

Shades of Amaranth #F12743

Tints of Amaranth #F12743

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.24%

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

R = 69.45%
G = 11.24%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F12743 (or 0xF12743) is known color: Amaranth. HEX triplet: F1, 27 and 43. RGB value is (241,39,67). Sum of RGB (Red+Green+Blue) = 241+39+67=347 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.45% from 347); Green value is 39 (15.62% from 255 or 11.24% from 347); Blue value is 67 (26.56% from 255 or 19.31% from 347); Max value from RGB is 241 - color contains mainly: red. Hex color #F12743 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12743 is #0ED8BC. Grayscale: #666666. Windows color (decimal): -972989 or 4401137. OLE color: 4401137.

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

Color convert

RGB 241 39 67 -
CMYK 0 0.84 0.72 0.05
HSL 351.68º 0.88% 0.55% -
HSV(B) 351.68º 0.84% 0.95% -
XYZ 38.01 20.56 7.27 -
YUV 102.59 107.92 226.72 -
System Red Green Blue C M Y K H S L
Decimal 241 39 67 0 0.84 0.72 0.05 351.68 0.88 0.55
Hex F1 27 43 0 54 48 5 160 58 37
Octal 361 47 103 0 124 110 5 540 130 67
Binary 11110001 100111 1000011 0 1010100 1001000 101 101100000 1011000 110111

Color Harmonies of #F12743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12743

Black with #F12743

Text Example


Text Example

White with #F12743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12743; }

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

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

background-color css

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

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

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

border-color css

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

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

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