Html Css Color HEX #F93B42 Amaranth

📋 copy color: '#F93B42'

red 249 ◦ green 59 ◦ blue 66

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

Shades of Amaranth #F93B42

Tints of Amaranth #F93B42

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.78%

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

R = 66.58%
G = 15.78%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#F93B42 (or 0xF93B42) is known color: Amaranth. HEX triplet: F9, 3B and 42. RGB value is (249,59,66). Sum of RGB (Red+Green+Blue) = 249+59+66=374 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.58% from 374); Green value is 59 (23.44% from 255 or 15.78% from 374); Blue value is 66 (26.17% from 255 or 17.65% from 374); Max value from RGB is 249 - color contains mainly: red. Hex color #F93B42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93B42 is #06C4BD. Grayscale: #747474. Windows color (decimal): -443582 or 4340729. OLE color: 4340729.

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

Color convert

RGB 249 59 66 -
CMYK 0 0.76 0.73 0.02
HSL 357.79º 0.94% 0.6% -
HSV(B) 357.79º 0.76% 0.98% -
XYZ 41.61 23.66 7.53 -
YUV 116.61 99.45 222.43 -
System Red Green Blue C M Y K H S L
Decimal 249 59 66 0 0.76 0.73 0.02 357.79 0.94 0.6
Hex F9 3B 42 0 4C 49 2 166 5E 3C
Octal 371 73 102 0 114 111 2 546 136 74
Binary 11111001 111011 1000010 0 1001100 1001001 10 101100110 1011110 111100

Color Harmonies of #F93B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93B42

Black with #F93B42

Text Example


Text Example

White with #F93B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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