Html Css Color HEX #F02047 Amaranth

📋 copy color: '#F02047'

red 240 ◦ green 32 ◦ blue 71

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

Shades of Amaranth #F02047

Tints of Amaranth #F02047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.7%

R = 69.97%
G = 9.33%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#F02047 (or 0xF02047) is known color: Amaranth. HEX triplet: F0, 20 and 47. RGB value is (240,32,71). Sum of RGB (Red+Green+Blue) = 240+32+71=343 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.97% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 71 (28.12% from 255 or 20.70% from 343); Max value from RGB is 240 - color contains mainly: red. Hex color #F02047 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02047 is #0FDFB8. Grayscale: #626262. Windows color (decimal): -1040313 or 4661488. OLE color: 4661488.

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

Color convert

RGB 240 32 71 -
CMYK 0 0.87 0.70 0.06
HSL 348.75º 0.87% 0.53% -
HSV(B) 348.75º 0.87% 0.94% -
XYZ 37.59 20.01 7.84 -
YUV 98.64 112.41 228.83 -
System Red Green Blue C M Y K H S L
Decimal 240 32 71 0 0.87 0.70 0.06 348.75 0.87 0.53
Hex F0 20 47 0 57 46 6 15D 57 35
Octal 360 40 107 0 127 106 6 535 127 65
Binary 11110000 100000 1000111 0 1010111 1000110 110 101011101 1010111 110101

Color Harmonies of #F02047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02047

Black with #F02047

Text Example


Text Example

White with #F02047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02047; }

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

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

background-color css

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

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

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

border-color css

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

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

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