Html Css Color HEX #F02A5B Amaranth

📋 copy color: '#F02A5B'

red 240 ◦ green 42 ◦ blue 91

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

Shades of Amaranth #F02A5B

Tints of Amaranth #F02A5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.4%

R = 64.34%
G = 11.26%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F02A5B (or 0xF02A5B) is known color: Amaranth. HEX triplet: F0, 2A and 5B. RGB value is (240,42,91). Sum of RGB (Red+Green+Blue) = 240+42+91=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 42 (16.80% from 255 or 11.26% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F02A5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02A5B is #0FD5A4. Grayscale: #6A6A6A. Windows color (decimal): -1037733 or 5974768. OLE color: 5974768.

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

Color convert

RGB 240 42 91 -
CMYK 0 0.82 0.62 0.06
HSL 345.15º 0.87% 0.55% -
HSV(B) 345.15º 0.83% 0.94% -
XYZ 38.65 20.94 11.9 -
YUV 106.79 119.1 223.02 -
System Red Green Blue C M Y K H S L
Decimal 240 42 91 0 0.82 0.62 0.06 345.15 0.87 0.55
Hex F0 2A 5B 0 52 3E 6 159 57 37
Octal 360 52 133 0 122 76 6 531 127 67
Binary 11110000 101010 1011011 0 1010010 111110 110 101011001 1010111 110111

Color Harmonies of #F02A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02A5B

Black with #F02A5B

Text Example


Text Example

White with #F02A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02A5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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