Html Css Color HEX #F12D4B Amaranth

📋 copy color: '#F12D4B'

red 241 ◦ green 45 ◦ blue 75

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

Shades of Amaranth #F12D4B

Tints of Amaranth #F12D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.78%

R = 66.76%
G = 12.47%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F12D4B (or 0xF12D4B) is known color: Amaranth. HEX triplet: F1, 2D and 4B. RGB value is (241,45,75). Sum of RGB (Red+Green+Blue) = 241+45+75=361 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.76% from 361); Green value is 45 (17.97% from 255 or 12.47% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 241 - color contains mainly: red. Hex color #F12D4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12D4B is #0ED2B4. Grayscale: #6B6B6B. Windows color (decimal): -971445 or 4926961. OLE color: 4926961.

HSL color Cylindrical-coordinate representation of color #F12D4B: hue angle of 350.82º 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 #F12D4B is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 45 75 -
CMYK 0 0.81 0.69 0.05
HSL 350.82º 0.88% 0.56% -
HSV(B) 350.82º 0.81% 0.95% -
XYZ 38.48 21.09 8.7 -
YUV 107.02 109.93 223.56 -
System Red Green Blue C M Y K H S L
Decimal 241 45 75 0 0.81 0.69 0.05 350.82 0.88 0.56
Hex F1 2D 4B 0 51 45 5 15F 58 38
Octal 361 55 113 0 121 105 5 537 130 70
Binary 11110001 101101 1001011 0 1010001 1000101 101 101011111 1011000 111000

Color Harmonies of #F12D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12D4B

Black with #F12D4B

Text Example


Text Example

White with #F12D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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