Html Css Color HEX #F12353 Amaranth

📋 copy color: '#F12353'

red 241 ◦ green 35 ◦ blue 83

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

Shades of Amaranth #F12353

Tints of Amaranth #F12353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.12%

R = 67.13%
G = 9.75%
B = 23.12%

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

#F12353 (or 0xF12353) is known color: Amaranth. HEX triplet: F1, 23 and 53. RGB value is (241,35,83). Sum of RGB (Red+Green+Blue) = 241+35+83=359 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.13% from 359); Green value is 35 (14.06% from 255 or 9.75% from 359); Blue value is 83 (32.81% from 255 or 23.12% from 359); Max value from RGB is 241 - color contains mainly: red. Hex color #F12353 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12353 is #0EDCAC. Grayscale: #666666. Windows color (decimal): -973997 or 5448689. OLE color: 5448689.

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

Color convert

RGB 241 35 83 -
CMYK 0 0.85 0.66 0.05
HSL 346.02º 0.88% 0.54% -
HSV(B) 346.02º 0.85% 0.95% -
XYZ 38.44 20.53 10.12 -
YUV 102.07 117.25 227.1 -
System Red Green Blue C M Y K H S L
Decimal 241 35 83 0 0.85 0.66 0.05 346.02 0.88 0.54
Hex F1 23 53 0 55 42 5 15A 58 36
Octal 361 43 123 0 125 102 5 532 130 66
Binary 11110001 100011 1010011 0 1010101 1000010 101 101011010 1011000 110110

Color Harmonies of #F12353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12353

Black with #F12353

Text Example


Text Example

White with #F12353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12353; }

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

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

background-color css

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

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

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

border-color css

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

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

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