Html Css Color HEX #F02D46 Amaranth

📋 copy color: '#F02D46'

red 240 ◦ green 45 ◦ blue 70

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

Shades of Amaranth #F02D46

Tints of Amaranth #F02D46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.72%

R = 67.61%
G = 12.68%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#F02D46 (or 0xF02D46) is known color: Amaranth. HEX triplet: F0, 2D and 46. RGB value is (240,45,70). Sum of RGB (Red+Green+Blue) = 240+45+70=355 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.61% from 355); Green value is 45 (17.97% from 255 or 12.68% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 240 - color contains mainly: red. Hex color #F02D46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02D46 is #0FD2B9. Grayscale: #6A6A6A. Windows color (decimal): -1036986 or 4599280. OLE color: 4599280.

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

Color convert

RGB 240 45 70 -
CMYK 0 0.81 0.71 0.06
HSL 352.31º 0.87% 0.56% -
HSV(B) 352.31º 0.81% 0.94% -
XYZ 37.98 20.84 7.82 -
YUV 106.16 107.6 223.47 -
System Red Green Blue C M Y K H S L
Decimal 240 45 70 0 0.81 0.71 0.06 352.31 0.87 0.56
Hex F0 2D 46 0 51 47 6 160 57 38
Octal 360 55 106 0 121 107 6 540 127 70
Binary 11110000 101101 1000110 0 1010001 1000111 110 101100000 1010111 111000

Color Harmonies of #F02D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02D46

Black with #F02D46

Text Example


Text Example

White with #F02D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02D46; }

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

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

background-color css

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

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

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

border-color css

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

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

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