Html Css Color HEX #F03046 Amaranth

📋 copy color: '#F03046'

red 240 ◦ green 48 ◦ blue 70

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

Shades of Amaranth #F03046

Tints of Amaranth #F03046

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.41%

 BLUE value IS 70 (27.73% from 255) = 19.55%

R = 67.04%
G = 13.41%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#F03046 (or 0xF03046) is known color: Amaranth. HEX triplet: F0, 30 and 46. RGB value is (240,48,70). Sum of RGB (Red+Green+Blue) = 240+48+70=358 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.04% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 70 (27.73% from 255 or 19.55% from 358); Max value from RGB is 240 - color contains mainly: red. Hex color #F03046 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03046 is #0FCFB9. Grayscale: #6C6C6C. Windows color (decimal): -1036218 or 4600048. OLE color: 4600048.

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

Color convert

RGB 240 48 70 -
CMYK 0 0.8 0.71 0.06
HSL 353.13º 0.86% 0.56% -
HSV(B) 353.13º 0.8% 0.94% -
XYZ 38.1 21.08 7.86 -
YUV 107.92 106.61 222.21 -
System Red Green Blue C M Y K H S L
Decimal 240 48 70 0 0.8 0.71 0.06 353.13 0.86 0.56
Hex F0 30 46 0 50 47 6 161 56 38
Octal 360 60 106 0 120 107 6 541 126 70
Binary 11110000 110000 1000110 0 1010000 1000111 110 101100001 1010110 111000

Color Harmonies of #F03046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03046

Black with #F03046

Text Example


Text Example

White with #F03046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03046; }

 p { color: rgb(240,48,70); }

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

background-color css

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

 a { background-color: rgb(240,48,70); }

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

border-color css

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

 span { border-color: rgb(240,48,70); }

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