Html Css Color HEX #F03552 Amaranth

📋 copy color: '#F03552'

red 240 ◦ green 53 ◦ blue 82

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

Shades of Amaranth #F03552

Tints of Amaranth #F03552

RGB

 RED value IS 240 (94.14% from 255) = 64%

 GREEN value IS 53 (21.09% from 255) = 14.13%

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

R = 64%
G = 14.13%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F03552 (or 0xF03552) is known color: Amaranth. HEX triplet: F0, 35 and 52. RGB value is (240,53,82). Sum of RGB (Red+Green+Blue) = 240+53+82=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 53 (21.09% from 255 or 14.13% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F03552 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03552 is #0FCAAD. Grayscale: #707070. Windows color (decimal): -1034926 or 5387760. OLE color: 5387760.

HSL color Cylindrical-coordinate representation of color #F03552: hue angle of 350.7º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F03552 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 53 82 -
CMYK 0 0.78 0.66 0.06
HSL 350.7º 0.86% 0.57% -
HSV(B) 350.7º 0.78% 0.94% -
XYZ 38.73 21.68 10.13 -
YUV 112.22 110.95 219.14 -
System Red Green Blue C M Y K H S L
Decimal 240 53 82 0 0.78 0.66 0.06 350.7 0.86 0.57
Hex F0 35 52 0 4E 42 6 15F 56 39
Octal 360 65 122 0 116 102 6 537 126 71
Binary 11110000 110101 1010010 0 1001110 1000010 110 101011111 1010110 111001

Color Harmonies of #F03552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03552

Black with #F03552

Text Example


Text Example

White with #F03552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03552; }

 p { color: rgb(240,53,82); }

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

background-color css

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

 a { background-color: rgb(240,53,82); }

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

border-color css

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

 span { border-color: rgb(240,53,82); }

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