Html Css Color HEX #F02D47 Amaranth

📋 copy color: '#F02D47'

red 240 ◦ green 45 ◦ blue 71

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

Shades of Amaranth #F02D47

Tints of Amaranth #F02D47

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.64%

 BLUE value IS 71 (28.13% from 255) = 19.94%

R = 67.42%
G = 12.64%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#F02D47 (or 0xF02D47) is known color: Amaranth. HEX triplet: F0, 2D and 47. RGB value is (240,45,71). Sum of RGB (Red+Green+Blue) = 240+45+71=356 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.42% from 356); Green value is 45 (17.97% from 255 or 12.64% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 240 - color contains mainly: red. Hex color #F02D47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02D47 is #0FD2B8. Grayscale: #6A6A6A. Windows color (decimal): -1036985 or 4664816. OLE color: 4664816.

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

Color convert

RGB 240 45 71 -
CMYK 0 0.81 0.70 0.06
HSL 352º 0.87% 0.56% -
HSV(B) 352º 0.81% 0.94% -
XYZ 38.01 20.86 7.98 -
YUV 106.27 108.1 223.39 -
System Red Green Blue C M Y K H S L
Decimal 240 45 71 0 0.81 0.70 0.06 352 0.87 0.56
Hex F0 2D 47 0 51 46 6 160 57 38
Octal 360 55 107 0 121 106 6 540 127 70
Binary 11110000 101101 1000111 0 1010001 1000110 110 101100000 1010111 111000

Color Harmonies of #F02D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02D47

Black with #F02D47

Text Example


Text Example

White with #F02D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02D47; }

 p { color: rgb(240,45,71); }

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

background-color css

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

 a { background-color: rgb(240,45,71); }

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

border-color css

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

 span { border-color: rgb(240,45,71); }

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