Html Css Color HEX #F12352 Amaranth

📋 copy color: '#F12352'

red 241 ◦ green 35 ◦ blue 82

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

Shades of Amaranth #F12352

Tints of Amaranth #F12352

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.78%

 BLUE value IS 82 (32.42% from 255) = 22.91%

R = 67.32%
G = 9.78%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F12352 (or 0xF12352) is known color: Amaranth. HEX triplet: F1, 23 and 52. RGB value is (241,35,82). Sum of RGB (Red+Green+Blue) = 241+35+82=358 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.32% from 358); Green value is 35 (14.06% from 255 or 9.78% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 241 - color contains mainly: red. Hex color #F12352 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12352 is #0EDCAD. Grayscale: #656565. Windows color (decimal): -973998 or 5383153. OLE color: 5383153.

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

Color convert

RGB 241 35 82 -
CMYK 0 0.85 0.66 0.05
HSL 346.31º 0.88% 0.54% -
HSV(B) 346.31º 0.85% 0.95% -
XYZ 38.4 20.51 9.92 -
YUV 101.95 116.75 227.18 -
System Red Green Blue C M Y K H S L
Decimal 241 35 82 0 0.85 0.66 0.05 346.31 0.88 0.54
Hex F1 23 52 0 55 42 5 15A 58 36
Octal 361 43 122 0 125 102 5 532 130 66
Binary 11110001 100011 1010010 0 1010101 1000010 101 101011010 1011000 110110

Color Harmonies of #F12352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12352

Black with #F12352

Text Example


Text Example

White with #F12352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12352; }

 p { color: rgb(241,35,82); }

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

background-color css

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

 a { background-color: rgb(241,35,82); }

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

border-color css

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

 span { border-color: rgb(241,35,82); }

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