Html Css Color HEX #F93046 Amaranth

📋 copy color: '#F93046'

red 249 ◦ green 48 ◦ blue 70

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

Shades of Amaranth #F93046

Tints of Amaranth #F93046

RGB

 RED value IS 249 (97.66% from 255) = 67.85%

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

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

R = 67.85%
G = 13.08%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#F93046 (or 0xF93046) is known color: Amaranth. HEX triplet: F9, 30 and 46. RGB value is (249,48,70). Sum of RGB (Red+Green+Blue) = 249+48+70=367 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.85% from 367); Green value is 48 (19.14% from 255 or 13.08% from 367); Blue value is 70 (27.73% from 255 or 19.07% from 367); Max value from RGB is 249 - color contains mainly: red. Hex color #F93046 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93046 is #06CFB9. Grayscale: #6E6E6E. Windows color (decimal): -446394 or 4600057. OLE color: 4600057.

HSL color Cylindrical-coordinate representation of color #F93046: hue angle of 353.43º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F93046 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 48 70 -
CMYK 0 0.81 0.72 0.02
HSL 353.43º 0.94% 0.58% -
HSV(B) 353.43º 0.81% 0.98% -
XYZ 41.23 22.7 8 -
YUV 110.61 105.09 226.71 -
System Red Green Blue C M Y K H S L
Decimal 249 48 70 0 0.81 0.72 0.02 353.43 0.94 0.58
Hex F9 30 46 0 51 48 2 161 5E 3A
Octal 371 60 106 0 121 110 2 541 136 72
Binary 11111001 110000 1000110 0 1010001 1001000 10 101100001 1011110 111010

Color Harmonies of #F93046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93046

Black with #F93046

Text Example


Text Example

White with #F93046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93046; }

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

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

background-color css

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

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

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

border-color css

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

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

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