Html Css Color HEX #F33942 Amaranth

📋 copy color: '#F33942'

red 243 ◦ green 57 ◦ blue 66

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

Shades of Amaranth #F33942

Tints of Amaranth #F33942

RGB

 RED value IS 243 (95.31% from 255) = 66.39%

 GREEN value IS 57 (22.66% from 255) = 15.57%

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

R = 66.39%
G = 15.57%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F33942 (or 0xF33942) is known color: Amaranth. HEX triplet: F3, 39 and 42. RGB value is (243,57,66). Sum of RGB (Red+Green+Blue) = 243+57+66=366 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.39% from 366); Green value is 57 (22.66% from 255 or 15.57% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 243 - color contains mainly: red. Hex color #F33942 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33942 is #0CC6BD. Grayscale: #717171. Windows color (decimal): -837310 or 4340211. OLE color: 4340211.

HSL color Cylindrical-coordinate representation of color #F33942: hue angle of 357.1º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F33942 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 57 66 -
CMYK 0 0.77 0.73 0.05
HSL 357.1º 0.89% 0.59% -
HSV(B) 357.1º 0.77% 0.95% -
XYZ 39.41 22.37 7.4 -
YUV 113.64 101.12 220.27 -
System Red Green Blue C M Y K H S L
Decimal 243 57 66 0 0.77 0.73 0.05 357.1 0.89 0.59
Hex F3 39 42 0 4D 49 5 165 59 3B
Octal 363 71 102 0 115 111 5 545 131 73
Binary 11110011 111001 1000010 0 1001101 1001001 101 101100101 1011001 111011

Color Harmonies of #F33942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33942

Black with #F33942

Text Example


Text Example

White with #F33942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33942; }

 p { color: rgb(243,57,66); }

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

background-color css

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

 a { background-color: rgb(243,57,66); }

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

border-color css

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

 span { border-color: rgb(243,57,66); }

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