Html Css Color HEX #F93042 Amaranth

📋 copy color: '#F93042'

red 249 ◦ green 48 ◦ blue 66

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

Shades of Amaranth #F93042

Tints of Amaranth #F93042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.18%

R = 68.6%
G = 13.22%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#F93042 (or 0xF93042) is known color: Amaranth. HEX triplet: F9, 30 and 42. RGB value is (249,48,66). Sum of RGB (Red+Green+Blue) = 249+48+66=363 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.60% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 249 - color contains mainly: red. Hex color #F93042 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93042 is #06CFBD. Grayscale: #6E6E6E. Windows color (decimal): -446398 or 4337913. OLE color: 4337913.

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

Color convert

RGB 249 48 66 -
CMYK 0 0.81 0.73 0.02
HSL 354.63º 0.94% 0.58% -
HSV(B) 354.63º 0.81% 0.98% -
XYZ 41.11 22.65 7.36 -
YUV 110.15 103.09 227.04 -
System Red Green Blue C M Y K H S L
Decimal 249 48 66 0 0.81 0.73 0.02 354.63 0.94 0.58
Hex F9 30 42 0 51 49 2 163 5E 3A
Octal 371 60 102 0 121 111 2 543 136 72
Binary 11111001 110000 1000010 0 1010001 1001001 10 101100011 1011110 111010

Color Harmonies of #F93042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93042

Black with #F93042

Text Example


Text Example

White with #F93042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93042; }

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

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

background-color css

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

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

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

border-color css

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

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

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