Html Css Color HEX #F02E55 Amaranth

📋 copy color: '#F02E55'

red 240 ◦ green 46 ◦ blue 85

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

Shades of Amaranth #F02E55

Tints of Amaranth #F02E55

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.4%

 BLUE value IS 85 (33.59% from 255) = 22.91%

R = 64.69%
G = 12.4%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F02E55 (or 0xF02E55) is known color: Amaranth. HEX triplet: F0, 2E and 55. RGB value is (240,46,85). Sum of RGB (Red+Green+Blue) = 240+46+85=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 46 (18.36% from 255 or 12.40% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F02E55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02E55 is #0FD1AA. Grayscale: #6C6C6C. Windows color (decimal): -1036715 or 5582576. OLE color: 5582576.

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

Color convert

RGB 240 46 85 -
CMYK 0 0.81 0.65 0.06
HSL 347.94º 0.87% 0.56% -
HSV(B) 347.94º 0.81% 0.94% -
XYZ 38.55 21.14 10.64 -
YUV 108.45 114.77 221.83 -
System Red Green Blue C M Y K H S L
Decimal 240 46 85 0 0.81 0.65 0.06 347.94 0.87 0.56
Hex F0 2E 55 0 51 41 6 15C 57 38
Octal 360 56 125 0 121 101 6 534 127 70
Binary 11110000 101110 1010101 0 1010001 1000001 110 101011100 1010111 111000

Color Harmonies of #F02E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02E55

Black with #F02E55

Text Example


Text Example

White with #F02E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02E55; }

 p { color: rgb(240,46,85); }

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

background-color css

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

 a { background-color: rgb(240,46,85); }

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

border-color css

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

 span { border-color: rgb(240,46,85); }

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