Html Css Color HEX #F12F44 Amaranth

📋 copy color: '#F12F44'

red 241 ◦ green 47 ◦ blue 68

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

Shades of Amaranth #F12F44

Tints of Amaranth #F12F44

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.2%

 BLUE value IS 68 (26.95% from 255) = 19.1%

R = 67.7%
G = 13.2%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F12F44 (or 0xF12F44) is known color: Amaranth. HEX triplet: F1, 2F and 44. RGB value is (241,47,68). Sum of RGB (Red+Green+Blue) = 241+47+68=356 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.70% from 356); Green value is 47 (18.75% from 255 or 13.20% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 241 - color contains mainly: red. Hex color #F12F44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12F44 is #0ED0BB. Grayscale: #6B6B6B. Windows color (decimal): -970940 or 4468721. OLE color: 4468721.

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

Color convert

RGB 241 47 68 -
CMYK 0 0.80 0.72 0.05
HSL 353.51º 0.87% 0.56% -
HSV(B) 353.51º 0.8% 0.95% -
XYZ 38.34 21.15 7.53 -
YUV 107.4 105.77 223.29 -
System Red Green Blue C M Y K H S L
Decimal 241 47 68 0 0.80 0.72 0.05 353.51 0.87 0.56
Hex F1 2F 44 0 50 48 5 162 57 38
Octal 361 57 104 0 120 110 5 542 127 70
Binary 11110001 101111 1000100 0 1010000 1001000 101 101100010 1010111 111000

Color Harmonies of #F12F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12F44

Black with #F12F44

Text Example


Text Example

White with #F12F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12F44; }

 p { color: rgb(241,47,68); }

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

background-color css

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

 a { background-color: rgb(241,47,68); }

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

border-color css

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

 span { border-color: rgb(241,47,68); }

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