Html Css Color HEX #F03551 Amaranth

📋 copy color: '#F03551'

red 240 ◦ green 53 ◦ blue 81

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

Shades of Amaranth #F03551

Tints of Amaranth #F03551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.66%

R = 64.17%
G = 14.17%
B = 21.66%

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

#F03551 (or 0xF03551) is known color: Amaranth. HEX triplet: F0, 35 and 51. RGB value is (240,53,81). Sum of RGB (Red+Green+Blue) = 240+53+81=374 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.17% from 374); Green value is 53 (21.09% from 255 or 14.17% from 374); Blue value is 81 (32.03% from 255 or 21.66% from 374); Max value from RGB is 240 - color contains mainly: red. Hex color #F03551 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03551 is #0FCAAE. Grayscale: #707070. Windows color (decimal): -1034927 or 5322224. OLE color: 5322224.

HSL color Cylindrical-coordinate representation of color #F03551: hue angle of 351.02º 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 #F03551 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 53 81 -
CMYK 0 0.78 0.66 0.06
HSL 351.02º 0.86% 0.57% -
HSV(B) 351.02º 0.78% 0.94% -
XYZ 38.69 21.67 9.93 -
YUV 112.11 110.45 219.22 -
System Red Green Blue C M Y K H S L
Decimal 240 53 81 0 0.78 0.66 0.06 351.02 0.86 0.57
Hex F0 35 51 0 4E 42 6 15F 56 39
Octal 360 65 121 0 116 102 6 537 126 71
Binary 11110000 110101 1010001 0 1001110 1000010 110 101011111 1010110 111001

Color Harmonies of #F03551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03551

Black with #F03551

Text Example


Text Example

White with #F03551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03551; }

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

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

background-color css

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

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

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

border-color css

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

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

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