Html Css Color HEX #F32251 Amaranth

📋 copy color: '#F32251'

red 243 ◦ green 34 ◦ blue 81

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

Shades of Amaranth #F32251

Tints of Amaranth #F32251

RGB

 RED value IS 243 (95.31% from 255) = 67.88%

 GREEN value IS 34 (13.67% from 255) = 9.5%

 BLUE value IS 81 (32.03% from 255) = 22.63%

R = 67.88%
G = 9.5%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F32251 (or 0xF32251) is known color: Amaranth. HEX triplet: F3, 22 and 51. RGB value is (243,34,81). Sum of RGB (Red+Green+Blue) = 243+34+81=358 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.88% from 358); Green value is 34 (13.67% from 255 or 9.50% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 243 - color contains mainly: red. Hex color #F32251 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32251 is #0CDDAE. Grayscale: #656565. Windows color (decimal): -843183 or 5317363. OLE color: 5317363.

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

Color convert

RGB 243 34 81 -
CMYK 0 0.86 0.67 0.05
HSL 346.51º 0.9% 0.54% -
HSV(B) 346.51º 0.86% 0.95% -
XYZ 39.02 20.79 9.74 -
YUV 101.85 116.24 228.68 -
System Red Green Blue C M Y K H S L
Decimal 243 34 81 0 0.86 0.67 0.05 346.51 0.9 0.54
Hex F3 22 51 0 56 43 5 15B 5A 36
Octal 363 42 121 0 126 103 5 533 132 66
Binary 11110011 100010 1010001 0 1010110 1000011 101 101011011 1011010 110110

Color Harmonies of #F32251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32251

Black with #F32251

Text Example


Text Example

White with #F32251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32251; }

 p { color: rgb(243,34,81); }

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

background-color css

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

 a { background-color: rgb(243,34,81); }

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

border-color css

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

 span { border-color: rgb(243,34,81); }

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