Html Css Color HEX #F32852 Amaranth

📋 copy color: '#F32852'

red 243 ◦ green 40 ◦ blue 82

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

Shades of Amaranth #F32852

Tints of Amaranth #F32852

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.96%

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

R = 66.58%
G = 10.96%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F32852 (or 0xF32852) is known color: Amaranth. HEX triplet: F3, 28 and 52. RGB value is (243,40,82). Sum of RGB (Red+Green+Blue) = 243+40+82=365 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.58% from 365); Green value is 40 (16.02% from 255 or 10.96% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 243 - color contains mainly: red. Hex color #F32852 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32852 is #0CD7AD. Grayscale: #696969. Windows color (decimal): -841646 or 5384435. OLE color: 5384435.

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

Color convert

RGB 243 40 82 -
CMYK 0 0.84 0.66 0.05
HSL 347.59º 0.89% 0.55% -
HSV(B) 347.59º 0.84% 0.95% -
XYZ 39.24 21.18 10 -
YUV 105.49 114.75 226.08 -
System Red Green Blue C M Y K H S L
Decimal 243 40 82 0 0.84 0.66 0.05 347.59 0.89 0.55
Hex F3 28 52 0 54 42 5 15C 59 37
Octal 363 50 122 0 124 102 5 534 131 67
Binary 11110011 101000 1010010 0 1010100 1000010 101 101011100 1011001 110111

Color Harmonies of #F32852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32852

Black with #F32852

Text Example


Text Example

White with #F32852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32852; }

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

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

background-color css

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

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

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

border-color css

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

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

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