Html Css Color HEX #F02B49 Amaranth

📋 copy color: '#F02B49'

red 240 ◦ green 43 ◦ blue 73

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

Shades of Amaranth #F02B49

Tints of Amaranth #F02B49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.51%

R = 67.42%
G = 12.08%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#F02B49 (or 0xF02B49) is known color: Amaranth. HEX triplet: F0, 2B and 49. RGB value is (240,43,73). Sum of RGB (Red+Green+Blue) = 240+43+73=356 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.42% from 356); Green value is 43 (17.19% from 255 or 12.08% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 240 - color contains mainly: red. Hex color #F02B49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02B49 is #0FD4B6. Grayscale: #696969. Windows color (decimal): -1037495 or 4795376. OLE color: 4795376.

HSL color Cylindrical-coordinate representation of color #F02B49: hue angle of 350.86º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F02B49 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 43 73 -
CMYK 0 0.82 0.70 0.06
HSL 350.86º 0.87% 0.55% -
HSV(B) 350.86º 0.82% 0.94% -
XYZ 38 20.73 8.3 -
YUV 105.32 109.77 224.06 -
System Red Green Blue C M Y K H S L
Decimal 240 43 73 0 0.82 0.70 0.06 350.86 0.87 0.55
Hex F0 2B 49 0 52 46 6 15F 57 37
Octal 360 53 111 0 122 106 6 537 127 67
Binary 11110000 101011 1001001 0 1010010 1000110 110 101011111 1010111 110111

Color Harmonies of #F02B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02B49

Black with #F02B49

Text Example


Text Example

White with #F02B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02B49; }

 p { color: rgb(240,43,73); }

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

background-color css

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

 a { background-color: rgb(240,43,73); }

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

border-color css

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

 span { border-color: rgb(240,43,73); }

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