Html Css Color HEX #F33054 Amaranth

📋 copy color: '#F33054'

red 243 ◦ green 48 ◦ blue 84

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

Shades of Amaranth #F33054

Tints of Amaranth #F33054

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.8%

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

R = 64.8%
G = 12.8%
B = 22.4%

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

#F33054 (or 0xF33054) is known color: Amaranth. HEX triplet: F3, 30 and 54. RGB value is (243,48,84). Sum of RGB (Red+Green+Blue) = 243+48+84=375 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.8% from 375); Green value is 48 (19.14% from 255 or 12.8% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 243 - color contains mainly: red. Hex color #F33054 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33054 is #0CCFAB. Grayscale: #6E6E6E. Windows color (decimal): -839596 or 5517555. OLE color: 5517555.

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

Color convert

RGB 243 48 84 -
CMYK 0 0.80 0.65 0.05
HSL 348.92º 0.89% 0.57% -
HSV(B) 348.92º 0.8% 0.95% -
XYZ 39.62 21.81 10.51 -
YUV 110.41 113.1 222.57 -
System Red Green Blue C M Y K H S L
Decimal 243 48 84 0 0.80 0.65 0.05 348.92 0.89 0.57
Hex F3 30 54 0 50 41 5 15D 59 39
Octal 363 60 124 0 120 101 5 535 131 71
Binary 11110011 110000 1010100 0 1010000 1000001 101 101011101 1011001 111001

Color Harmonies of #F33054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33054

Black with #F33054

Text Example


Text Example

White with #F33054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33054; }

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

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

background-color css

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

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

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

border-color css

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

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

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