Html Css Color HEX #F32151 Amaranth

📋 copy color: '#F32151'

red 243 ◦ green 33 ◦ blue 81

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

Shades of Amaranth #F32151

Tints of Amaranth #F32151

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.24%

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

R = 68.07%
G = 9.24%
B = 22.69%

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

#F32151 (or 0xF32151) is known color: Amaranth. HEX triplet: F3, 21 and 51. RGB value is (243,33,81). Sum of RGB (Red+Green+Blue) = 243+33+81=357 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.07% from 357); Green value is 33 (13.28% from 255 or 9.24% from 357); Blue value is 81 (32.03% from 255 or 22.69% from 357); Max value from RGB is 243 - color contains mainly: red. Hex color #F32151 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32151 is #0CDEAE. Grayscale: #656565. Windows color (decimal): -843439 or 5317107. OLE color: 5317107.

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

Color convert

RGB 243 33 81 -
CMYK 0 0.86 0.67 0.05
HSL 346.29º 0.9% 0.54% -
HSV(B) 346.29º 0.86% 0.95% -
XYZ 38.99 20.74 9.73 -
YUV 101.26 116.57 229.1 -
System Red Green Blue C M Y K H S L
Decimal 243 33 81 0 0.86 0.67 0.05 346.29 0.9 0.54
Hex F3 21 51 0 56 43 5 15A 5A 36
Octal 363 41 121 0 126 103 5 532 132 66
Binary 11110011 100001 1010001 0 1010110 1000011 101 101011010 1011010 110110

Color Harmonies of #F32151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32151

Black with #F32151

Text Example


Text Example

White with #F32151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32151; }

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

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

background-color css

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

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

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

border-color css

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

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

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