Html Css Color HEX #F32455 Amaranth

📋 copy color: '#F32455'

red 243 ◦ green 36 ◦ blue 85

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

Shades of Amaranth #F32455

Tints of Amaranth #F32455

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.89%

 BLUE value IS 85 (33.59% from 255) = 23.35%

R = 66.76%
G = 9.89%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F32455 (or 0xF32455) is known color: Amaranth. HEX triplet: F3, 24 and 55. RGB value is (243,36,85). Sum of RGB (Red+Green+Blue) = 243+36+85=364 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.76% from 364); Green value is 36 (14.45% from 255 or 9.89% from 364); Blue value is 85 (33.59% from 255 or 23.35% from 364); Max value from RGB is 243 - color contains mainly: red. Hex color #F32455 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32455 is #0CDBAA. Grayscale: #676767. Windows color (decimal): -842667 or 5580019. OLE color: 5580019.

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

Color convert

RGB 243 36 85 -
CMYK 0 0.85 0.65 0.05
HSL 345.8º 0.9% 0.55% -
HSV(B) 345.8º 0.85% 0.95% -
XYZ 39.23 20.97 10.57 -
YUV 103.48 117.58 227.52 -
System Red Green Blue C M Y K H S L
Decimal 243 36 85 0 0.85 0.65 0.05 345.8 0.9 0.55
Hex F3 24 55 0 55 41 5 15A 5A 37
Octal 363 44 125 0 125 101 5 532 132 67
Binary 11110011 100100 1010101 0 1010101 1000001 101 101011010 1011010 110111

Color Harmonies of #F32455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32455

Black with #F32455

Text Example


Text Example

White with #F32455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32455; }

 p { color: rgb(243,36,85); }

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

background-color css

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

 a { background-color: rgb(243,36,85); }

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

border-color css

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

 span { border-color: rgb(243,36,85); }

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