Html Css Color HEX #F93243 Amaranth

📋 copy color: '#F93243'

red 249 ◦ green 50 ◦ blue 67

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

Shades of Amaranth #F93243

Tints of Amaranth #F93243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.31%

R = 68.03%
G = 13.66%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#F93243 (or 0xF93243) is known color: Amaranth. HEX triplet: F9, 32 and 43. RGB value is (249,50,67). Sum of RGB (Red+Green+Blue) = 249+50+67=366 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.03% from 366); Green value is 50 (19.92% from 255 or 13.66% from 366); Blue value is 67 (26.56% from 255 or 18.31% from 366); Max value from RGB is 249 - color contains mainly: red. Hex color #F93243 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93243 is #06CDBC. Grayscale: #6F6F6F. Windows color (decimal): -445885 or 4403961. OLE color: 4403961.

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

Color convert

RGB 249 50 67 -
CMYK 0 0.80 0.73 0.02
HSL 354.87º 0.94% 0.59% -
HSV(B) 354.87º 0.8% 0.98% -
XYZ 41.22 22.83 7.54 -
YUV 111.44 102.93 226.12 -
System Red Green Blue C M Y K H S L
Decimal 249 50 67 0 0.80 0.73 0.02 354.87 0.94 0.59
Hex F9 32 43 0 50 49 2 163 5E 3B
Octal 371 62 103 0 120 111 2 543 136 73
Binary 11111001 110010 1000011 0 1010000 1001001 10 101100011 1011110 111011

Color Harmonies of #F93243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93243

Black with #F93243

Text Example


Text Example

White with #F93243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93243; }

 p { color: rgb(249,50,67); }

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

background-color css

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

 a { background-color: rgb(249,50,67); }

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

border-color css

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

 span { border-color: rgb(249,50,67); }

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