Html Css Color HEX #F93045 Amaranth

📋 copy color: '#F93045'

red 249 ◦ green 48 ◦ blue 69

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

Shades of Amaranth #F93045

Tints of Amaranth #F93045

RGB

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

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

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

R = 68.03%
G = 13.11%
B = 18.85%

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

#F93045 (or 0xF93045) is known color: Amaranth. HEX triplet: F9, 30 and 45. RGB value is (249,48,69). Sum of RGB (Red+Green+Blue) = 249+48+69=366 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.03% from 366); Green value is 48 (19.14% from 255 or 13.11% from 366); Blue value is 69 (27.34% from 255 or 18.85% from 366); Max value from RGB is 249 - color contains mainly: red. Hex color #F93045 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93045 is #06CFBA. Grayscale: #6E6E6E. Windows color (decimal): -446395 or 4534521. OLE color: 4534521.

HSL color Cylindrical-coordinate representation of color #F93045: hue angle of 353.73º 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 #F93045 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 48 69 -
CMYK 0 0.81 0.72 0.02
HSL 353.73º 0.94% 0.58% -
HSV(B) 353.73º 0.81% 0.98% -
XYZ 41.2 22.68 7.84 -
YUV 110.49 104.59 226.79 -
System Red Green Blue C M Y K H S L
Decimal 249 48 69 0 0.81 0.72 0.02 353.73 0.94 0.58
Hex F9 30 45 0 51 48 2 162 5E 3A
Octal 371 60 105 0 121 110 2 542 136 72
Binary 11111001 110000 1000101 0 1010001 1001000 10 101100010 1011110 111010

Color Harmonies of #F93045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93045

Black with #F93045

Text Example


Text Example

White with #F93045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93045; }

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

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

background-color css

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

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

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

border-color css

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

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

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