Html Css Color HEX #F02045 Amaranth

📋 copy color: '#F02045'

red 240 ◦ green 32 ◦ blue 69

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

Shades of Amaranth #F02045

Tints of Amaranth #F02045

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.38%

 BLUE value IS 69 (27.34% from 255) = 20.23%

R = 70.38%
G = 9.38%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#F02045 (or 0xF02045) is known color: Amaranth. HEX triplet: F0, 20 and 45. RGB value is (240,32,69). Sum of RGB (Red+Green+Blue) = 240+32+69=341 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.38% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 240 - color contains mainly: red. Hex color #F02045 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02045 is #0FDFBA. Grayscale: #626262. Windows color (decimal): -1040315 or 4530416. OLE color: 4530416.

HSL color Cylindrical-coordinate representation of color #F02045: hue angle of 349.33º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F02045 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 32 69 -
CMYK 0 0.87 0.71 0.06
HSL 349.33º 0.87% 0.53% -
HSV(B) 349.33º 0.87% 0.94% -
XYZ 37.53 19.99 7.51 -
YUV 98.41 111.41 228.99 -
System Red Green Blue C M Y K H S L
Decimal 240 32 69 0 0.87 0.71 0.06 349.33 0.87 0.53
Hex F0 20 45 0 57 47 6 15D 57 35
Octal 360 40 105 0 127 107 6 535 127 65
Binary 11110000 100000 1000101 0 1010111 1000111 110 101011101 1010111 110101

Color Harmonies of #F02045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02045

Black with #F02045

Text Example


Text Example

White with #F02045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02045; }

 p { color: rgb(240,32,69); }

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

background-color css

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

 a { background-color: rgb(240,32,69); }

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

border-color css

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

 span { border-color: rgb(240,32,69); }

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