Html Css Color HEX #F02A5C Amaranth

📋 copy color: '#F02A5C'

red 240 ◦ green 42 ◦ blue 92

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

Shades of Amaranth #F02A5C

Tints of Amaranth #F02A5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.6%

R = 64.17%
G = 11.23%
B = 24.6%

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

#F02A5C (or 0xF02A5C) is known color: Amaranth. HEX triplet: F0, 2A and 5C. RGB value is (240,42,92). Sum of RGB (Red+Green+Blue) = 240+42+92=374 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.17% from 374); Green value is 42 (16.80% from 255 or 11.23% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 240 - color contains mainly: red. Hex color #F02A5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02A5C is #0FD5A3. Grayscale: #6A6A6A. Windows color (decimal): -1037732 or 6040304. OLE color: 6040304.

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

Color convert

RGB 240 42 92 -
CMYK 0 0.82 0.62 0.06
HSL 344.85º 0.87% 0.55% -
HSV(B) 344.85º 0.83% 0.94% -
XYZ 38.69 20.95 12.13 -
YUV 106.9 119.6 222.93 -
System Red Green Blue C M Y K H S L
Decimal 240 42 92 0 0.82 0.62 0.06 344.85 0.87 0.55
Hex F0 2A 5C 0 52 3E 6 159 57 37
Octal 360 52 134 0 122 76 6 531 127 67
Binary 11110000 101010 1011100 0 1010010 111110 110 101011001 1010111 110111

Color Harmonies of #F02A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02A5C

Black with #F02A5C

Text Example


Text Example

White with #F02A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02A5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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