Html Css Color HEX #F02A54 Amaranth

📋 copy color: '#F02A54'

red 240 ◦ green 42 ◦ blue 84

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

Shades of Amaranth #F02A54

Tints of Amaranth #F02A54

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.48%

 BLUE value IS 84 (33.2% from 255) = 22.95%

R = 65.57%
G = 11.48%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F02A54 (or 0xF02A54) is known color: Amaranth. HEX triplet: F0, 2A and 54. RGB value is (240,42,84). Sum of RGB (Red+Green+Blue) = 240+42+84=366 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.57% from 366); Green value is 42 (16.80% from 255 or 11.48% from 366); Blue value is 84 (33.20% from 255 or 22.95% from 366); Max value from RGB is 240 - color contains mainly: red. Hex color #F02A54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02A54 is #0FD5AB. Grayscale: #6A6A6A. Windows color (decimal): -1037740 or 5516016. OLE color: 5516016.

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

Color convert

RGB 240 42 84 -
CMYK 0 0.82 0.65 0.06
HSL 347.27º 0.87% 0.55% -
HSV(B) 347.27º 0.83% 0.94% -
XYZ 38.36 20.82 10.38 -
YUV 105.99 115.6 223.58 -
System Red Green Blue C M Y K H S L
Decimal 240 42 84 0 0.82 0.65 0.06 347.27 0.87 0.55
Hex F0 2A 54 0 52 41 6 15B 57 37
Octal 360 52 124 0 122 101 6 533 127 67
Binary 11110000 101010 1010100 0 1010010 1000001 110 101011011 1010111 110111

Color Harmonies of #F02A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02A54

Black with #F02A54

Text Example


Text Example

White with #F02A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02A54; }

 p { color: rgb(240,42,84); }

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

background-color css

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

 a { background-color: rgb(240,42,84); }

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

border-color css

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

 span { border-color: rgb(240,42,84); }

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