Html Css Color HEX #F12550 Amaranth

📋 copy color: '#F12550'

red 241 ◦ green 37 ◦ blue 80

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

Shades of Amaranth #F12550

Tints of Amaranth #F12550

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.34%

 BLUE value IS 80 (31.64% from 255) = 22.35%

R = 67.32%
G = 10.34%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F12550 (or 0xF12550) is known color: Amaranth. HEX triplet: F1, 25 and 50. RGB value is (241,37,80). Sum of RGB (Red+Green+Blue) = 241+37+80=358 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.32% from 358); Green value is 37 (14.84% from 255 or 10.34% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 241 - color contains mainly: red. Hex color #F12550 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12550 is #0EDAAF. Grayscale: #666666. Windows color (decimal): -973488 or 5252593. OLE color: 5252593.

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

Color convert

RGB 241 37 80 -
CMYK 0 0.85 0.67 0.05
HSL 347.35º 0.88% 0.55% -
HSV(B) 347.35º 0.85% 0.95% -
XYZ 38.39 20.6 9.54 -
YUV 102.9 115.09 226.5 -
System Red Green Blue C M Y K H S L
Decimal 241 37 80 0 0.85 0.67 0.05 347.35 0.88 0.55
Hex F1 25 50 0 55 43 5 15B 58 37
Octal 361 45 120 0 125 103 5 533 130 67
Binary 11110001 100101 1010000 0 1010101 1000011 101 101011011 1011000 110111

Color Harmonies of #F12550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12550

Black with #F12550

Text Example


Text Example

White with #F12550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12550; }

 p { color: rgb(241,37,80); }

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

background-color css

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

 a { background-color: rgb(241,37,80); }

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

border-color css

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

 span { border-color: rgb(241,37,80); }

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