Html Css Color HEX #F12948 Amaranth

📋 copy color: '#F12948'

red 241 ◦ green 41 ◦ blue 72

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

Shades of Amaranth #F12948

Tints of Amaranth #F12948

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.58%

 BLUE value IS 72 (28.52% from 255) = 20.34%

R = 68.08%
G = 11.58%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F12948 (or 0xF12948) is known color: Amaranth. HEX triplet: F1, 29 and 48. RGB value is (241,41,72). Sum of RGB (Red+Green+Blue) = 241+41+72=354 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.08% from 354); Green value is 41 (16.41% from 255 or 11.58% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 241 - color contains mainly: red. Hex color #F12948 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12948 is #0ED6B7. Grayscale: #686868. Windows color (decimal): -972472 or 4729329. OLE color: 4729329.

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

Color convert

RGB 241 41 72 -
CMYK 0 0.83 0.70 0.05
HSL 350.7º 0.88% 0.55% -
HSV(B) 350.7º 0.83% 0.95% -
XYZ 38.24 20.75 8.12 -
YUV 104.33 109.76 225.48 -
System Red Green Blue C M Y K H S L
Decimal 241 41 72 0 0.83 0.70 0.05 350.7 0.88 0.55
Hex F1 29 48 0 53 46 5 15F 58 37
Octal 361 51 110 0 123 106 5 537 130 67
Binary 11110001 101001 1001000 0 1010011 1000110 101 101011111 1011000 110111

Color Harmonies of #F12948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12948

Black with #F12948

Text Example


Text Example

White with #F12948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12948; }

 p { color: rgb(241,41,72); }

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

background-color css

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

 a { background-color: rgb(241,41,72); }

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

border-color css

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

 span { border-color: rgb(241,41,72); }

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