Html Css Color HEX #F93442 Amaranth

📋 copy color: '#F93442'

red 249 ◦ green 52 ◦ blue 66

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

Shades of Amaranth #F93442

Tints of Amaranth #F93442

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.17%

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

R = 67.85%
G = 14.17%
B = 17.98%

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

#F93442 (or 0xF93442) is known color: Amaranth. HEX triplet: F9, 34 and 42. RGB value is (249,52,66). Sum of RGB (Red+Green+Blue) = 249+52+66=367 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.85% from 367); Green value is 52 (20.70% from 255 or 14.17% from 367); Blue value is 66 (26.17% from 255 or 17.98% from 367); Max value from RGB is 249 - color contains mainly: red. Hex color #F93442 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93442 is #06CBBD. Grayscale: #707070. Windows color (decimal): -445374 or 4338937. OLE color: 4338937.

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

Color convert

RGB 249 52 66 -
CMYK 0 0.79 0.73 0.02
HSL 355.74º 0.94% 0.59% -
HSV(B) 355.74º 0.79% 0.98% -
XYZ 41.28 22.99 7.42 -
YUV 112.5 101.77 225.36 -
System Red Green Blue C M Y K H S L
Decimal 249 52 66 0 0.79 0.73 0.02 355.74 0.94 0.59
Hex F9 34 42 0 4F 49 2 164 5E 3B
Octal 371 64 102 0 117 111 2 544 136 73
Binary 11111001 110100 1000010 0 1001111 1001001 10 101100100 1011110 111011

Color Harmonies of #F93442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93442

Black with #F93442

Text Example


Text Example

White with #F93442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93442; }

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

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

background-color css

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

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

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

border-color css

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

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

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