Html Css Color HEX #F12D4C Amaranth

📋 copy color: '#F12D4C'

red 241 ◦ green 45 ◦ blue 76

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

Shades of Amaranth #F12D4C

Tints of Amaranth #F12D4C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.43%

 BLUE value IS 76 (30.08% from 255) = 20.99%

R = 66.57%
G = 12.43%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F12D4C (or 0xF12D4C) is known color: Amaranth. HEX triplet: F1, 2D and 4C. RGB value is (241,45,76). Sum of RGB (Red+Green+Blue) = 241+45+76=362 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.57% from 362); Green value is 45 (17.97% from 255 or 12.43% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 241 - color contains mainly: red. Hex color #F12D4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12D4C is #0ED2B3. Grayscale: #6B6B6B. Windows color (decimal): -971444 or 4992497. OLE color: 4992497.

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

Color convert

RGB 241 45 76 -
CMYK 0 0.81 0.68 0.05
HSL 350.51º 0.88% 0.56% -
HSV(B) 350.51º 0.81% 0.95% -
XYZ 38.52 21.1 8.88 -
YUV 107.14 110.43 223.48 -
System Red Green Blue C M Y K H S L
Decimal 241 45 76 0 0.81 0.68 0.05 350.51 0.88 0.56
Hex F1 2D 4C 0 51 44 5 15F 58 38
Octal 361 55 114 0 121 104 5 537 130 70
Binary 11110001 101101 1001100 0 1010001 1000100 101 101011111 1011000 111000

Color Harmonies of #F12D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12D4C

Black with #F12D4C

Text Example


Text Example

White with #F12D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12D4C; }

 p { color: rgb(241,45,76); }

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

background-color css

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

 a { background-color: rgb(241,45,76); }

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

border-color css

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

 span { border-color: rgb(241,45,76); }

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