Html Css Color HEX #F93544 Amaranth

📋 copy color: '#F93544'

red 249 ◦ green 53 ◦ blue 68

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

Shades of Amaranth #F93544

Tints of Amaranth #F93544

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.32%

 BLUE value IS 68 (26.95% from 255) = 18.38%

R = 67.3%
G = 14.32%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#F93544 (or 0xF93544) is known color: Amaranth. HEX triplet: F9, 35 and 44. RGB value is (249,53,68). Sum of RGB (Red+Green+Blue) = 249+53+68=370 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.30% from 370); Green value is 53 (21.09% from 255 or 14.32% from 370); Blue value is 68 (26.95% from 255 or 18.38% from 370); Max value from RGB is 249 - color contains mainly: red. Hex color #F93544 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93544 is #06CABB. Grayscale: #717171. Windows color (decimal): -445116 or 4470265. OLE color: 4470265.

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

Color convert

RGB 249 53 68 -
CMYK 0 0.79 0.73 0.02
HSL 355.41º 0.94% 0.59% -
HSV(B) 355.41º 0.79% 0.98% -
XYZ 41.38 23.1 7.75 -
YUV 113.31 102.43 224.78 -
System Red Green Blue C M Y K H S L
Decimal 249 53 68 0 0.79 0.73 0.02 355.41 0.94 0.59
Hex F9 35 44 0 4F 49 2 163 5E 3B
Octal 371 65 104 0 117 111 2 543 136 73
Binary 11111001 110101 1000100 0 1001111 1001001 10 101100011 1011110 111011

Color Harmonies of #F93544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93544

Black with #F93544

Text Example


Text Example

White with #F93544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93544; }

 p { color: rgb(249,53,68); }

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

background-color css

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

 a { background-color: rgb(249,53,68); }

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

border-color css

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

 span { border-color: rgb(249,53,68); }

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