Html Css Color HEX #F32B52 Amaranth

📋 copy color: '#F32B52'

red 243 ◦ green 43 ◦ blue 82

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

Shades of Amaranth #F32B52

Tints of Amaranth #F32B52

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.68%

 BLUE value IS 82 (32.42% from 255) = 22.28%

R = 66.03%
G = 11.68%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F32B52 (or 0xF32B52) is known color: Amaranth. HEX triplet: F3, 2B and 52. RGB value is (243,43,82). Sum of RGB (Red+Green+Blue) = 243+43+82=368 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.03% from 368); Green value is 43 (17.19% from 255 or 11.68% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 243 - color contains mainly: red. Hex color #F32B52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32B52 is #0CD4AD. Grayscale: #6B6B6B. Windows color (decimal): -840878 or 5385203. OLE color: 5385203.

HSL color Cylindrical-coordinate representation of color #F32B52: hue angle of 348.3º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F32B52 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 43 82 -
CMYK 0 0.82 0.66 0.05
HSL 348.3º 0.89% 0.56% -
HSV(B) 348.3º 0.82% 0.95% -
XYZ 39.35 21.39 10.04 -
YUV 107.25 113.76 224.83 -
System Red Green Blue C M Y K H S L
Decimal 243 43 82 0 0.82 0.66 0.05 348.3 0.89 0.56
Hex F3 2B 52 0 52 42 5 15C 59 38
Octal 363 53 122 0 122 102 5 534 131 70
Binary 11110011 101011 1010010 0 1010010 1000010 101 101011100 1011001 111000

Color Harmonies of #F32B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32B52

Black with #F32B52

Text Example


Text Example

White with #F32B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32B52; }

 p { color: rgb(243,43,82); }

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

background-color css

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

 a { background-color: rgb(243,43,82); }

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

border-color css

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

 span { border-color: rgb(243,43,82); }

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