Html Css Color HEX #F33154 Amaranth

📋 copy color: '#F33154'

red 243 ◦ green 49 ◦ blue 84

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

Shades of Amaranth #F33154

Tints of Amaranth #F33154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 22.34%

R = 64.63%
G = 13.03%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F33154 (or 0xF33154) is known color: Amaranth. HEX triplet: F3, 31 and 54. RGB value is (243,49,84). Sum of RGB (Red+Green+Blue) = 243+49+84=376 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.63% from 376); Green value is 49 (19.53% from 255 or 13.03% from 376); Blue value is 84 (33.20% from 255 or 22.34% from 376); Max value from RGB is 243 - color contains mainly: red. Hex color #F33154 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33154 is #0CCEAB. Grayscale: #6F6F6F. Windows color (decimal): -839340 or 5517811. OLE color: 5517811.

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

Color convert

RGB 243 49 84 -
CMYK 0 0.80 0.65 0.05
HSL 349.18º 0.89% 0.57% -
HSV(B) 349.18º 0.8% 0.95% -
XYZ 39.66 21.89 10.52 -
YUV 111 112.77 222.15 -
System Red Green Blue C M Y K H S L
Decimal 243 49 84 0 0.80 0.65 0.05 349.18 0.89 0.57
Hex F3 31 54 0 50 41 5 15D 59 39
Octal 363 61 124 0 120 101 5 535 131 71
Binary 11110011 110001 1010100 0 1010000 1000001 101 101011101 1011001 111001

Color Harmonies of #F33154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33154

Black with #F33154

Text Example


Text Example

White with #F33154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33154; }

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

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

background-color css

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

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

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

border-color css

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

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

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