Html Css Color HEX #F33144 Amaranth

📋 copy color: '#F33144'

red 243 ◦ green 49 ◦ blue 68

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

Shades of Amaranth #F33144

Tints of Amaranth #F33144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.89%

R = 67.5%
G = 13.61%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F33144 (or 0xF33144) is known color: Amaranth. HEX triplet: F3, 31 and 44. RGB value is (243,49,68). Sum of RGB (Red+Green+Blue) = 243+49+68=360 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.5% from 360); Green value is 49 (19.53% from 255 or 13.61% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 243 - color contains mainly: red. Hex color #F33144 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33144 is #0CCEBB. Grayscale: #6D6D6D. Windows color (decimal): -839356 or 4469235. OLE color: 4469235.

HSL color Cylindrical-coordinate representation of color #F33144: hue angle of 354.12º 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 #F33144 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 49 68 -
CMYK 0 0.80 0.72 0.05
HSL 354.12º 0.89% 0.57% -
HSV(B) 354.12º 0.8% 0.95% -
XYZ 39.1 21.67 7.59 -
YUV 109.17 104.77 223.46 -
System Red Green Blue C M Y K H S L
Decimal 243 49 68 0 0.80 0.72 0.05 354.12 0.89 0.57
Hex F3 31 44 0 50 48 5 162 59 39
Octal 363 61 104 0 120 110 5 542 131 71
Binary 11110011 110001 1000100 0 1010000 1001000 101 101100010 1011001 111001

Color Harmonies of #F33144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33144

Black with #F33144

Text Example


Text Example

White with #F33144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33144; }

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

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

background-color css

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

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

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

border-color css

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

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

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