Html Css Color HEX #F33142 Amaranth

📋 copy color: '#F33142'

red 243 ◦ green 49 ◦ blue 66

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

Shades of Amaranth #F33142

Tints of Amaranth #F33142

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.69%

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

R = 67.88%
G = 13.69%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F33142 (or 0xF33142) is known color: Amaranth. HEX triplet: F3, 31 and 42. RGB value is (243,49,66). Sum of RGB (Red+Green+Blue) = 243+49+66=358 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.88% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 66 (26.17% from 255 or 18.44% from 358); Max value from RGB is 243 - color contains mainly: red. Hex color #F33142 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33142 is #0CCEBD. Grayscale: #6D6D6D. Windows color (decimal): -839358 or 4338163. OLE color: 4338163.

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

Color convert

RGB 243 49 66 -
CMYK 0 0.80 0.73 0.05
HSL 354.74º 0.89% 0.57% -
HSV(B) 354.74º 0.8% 0.95% -
XYZ 39.04 21.64 7.27 -
YUV 108.94 103.77 223.62 -
System Red Green Blue C M Y K H S L
Decimal 243 49 66 0 0.80 0.73 0.05 354.74 0.89 0.57
Hex F3 31 42 0 50 49 5 163 59 39
Octal 363 61 102 0 120 111 5 543 131 71
Binary 11110011 110001 1000010 0 1010000 1001001 101 101100011 1011001 111001

Color Harmonies of #F33142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33142

Black with #F33142

Text Example


Text Example

White with #F33142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33142; }

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

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

background-color css

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

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

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

border-color css

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

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

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