Html Css Color HEX #F03247 Amaranth

📋 copy color: '#F03247'

red 240 ◦ green 50 ◦ blue 71

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

Shades of Amaranth #F03247

Tints of Amaranth #F03247

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.85%

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

R = 66.48%
G = 13.85%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#F03247 (or 0xF03247) is known color: Amaranth. HEX triplet: F0, 32 and 47. RGB value is (240,50,71). Sum of RGB (Red+Green+Blue) = 240+50+71=361 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.48% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 71 (28.12% from 255 or 19.67% from 361); Max value from RGB is 240 - color contains mainly: red. Hex color #F03247 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03247 is #0FCDB8. Grayscale: #6D6D6D. Windows color (decimal): -1035705 or 4666096. OLE color: 4666096.

HSL color Cylindrical-coordinate representation of color #F03247: hue angle of 353.37º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F03247 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 50 71 -
CMYK 0 0.79 0.70 0.06
HSL 353.37º 0.86% 0.57% -
HSV(B) 353.37º 0.79% 0.94% -
XYZ 38.21 21.26 8.05 -
YUV 109.2 106.45 221.29 -
System Red Green Blue C M Y K H S L
Decimal 240 50 71 0 0.79 0.70 0.06 353.37 0.86 0.57
Hex F0 32 47 0 4F 46 6 161 56 39
Octal 360 62 107 0 117 106 6 541 126 71
Binary 11110000 110010 1000111 0 1001111 1000110 110 101100001 1010110 111001

Color Harmonies of #F03247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03247

Black with #F03247

Text Example


Text Example

White with #F03247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03247; }

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

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

background-color css

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

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

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

border-color css

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

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

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