Html Css Color HEX #F32450 Amaranth

📋 copy color: '#F32450'

red 243 ◦ green 36 ◦ blue 80

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

Shades of Amaranth #F32450

Tints of Amaranth #F32450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.28%

R = 67.69%
G = 10.03%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F32450 (or 0xF32450) is known color: Amaranth. HEX triplet: F3, 24 and 50. RGB value is (243,36,80). Sum of RGB (Red+Green+Blue) = 243+36+80=359 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.69% from 359); Green value is 36 (14.45% from 255 or 10.03% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 243 - color contains mainly: red. Hex color #F32450 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32450 is #0CDBAF. Grayscale: #666666. Windows color (decimal): -842672 or 5252339. OLE color: 5252339.

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

Color convert

RGB 243 36 80 -
CMYK 0 0.85 0.67 0.05
HSL 347.25º 0.9% 0.55% -
HSV(B) 347.25º 0.85% 0.95% -
XYZ 39.04 20.9 9.56 -
YUV 102.91 115.08 227.92 -
System Red Green Blue C M Y K H S L
Decimal 243 36 80 0 0.85 0.67 0.05 347.25 0.9 0.55
Hex F3 24 50 0 55 43 5 15B 5A 37
Octal 363 44 120 0 125 103 5 533 132 67
Binary 11110011 100100 1010000 0 1010101 1000011 101 101011011 1011010 110111

Color Harmonies of #F32450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32450

Black with #F32450

Text Example


Text Example

White with #F32450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32450; }

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

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

background-color css

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

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

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

border-color css

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

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

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