Html Css Color HEX #F33148 Amaranth

📋 copy color: '#F33148'

red 243 ◦ green 49 ◦ blue 72

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

Shades of Amaranth #F33148

Tints of Amaranth #F33148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.78%

R = 66.76%
G = 13.46%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F33148 (or 0xF33148) is known color: Amaranth. HEX triplet: F3, 31 and 48. RGB value is (243,49,72). Sum of RGB (Red+Green+Blue) = 243+49+72=364 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.76% from 364); Green value is 49 (19.53% from 255 or 13.46% from 364); Blue value is 72 (28.52% from 255 or 19.78% from 364); Max value from RGB is 243 - color contains mainly: red. Hex color #F33148 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33148 is #0CCEB7. Grayscale: #6D6D6D. Windows color (decimal): -839352 or 4731379. OLE color: 4731379.

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

Color convert

RGB 243 49 72 -
CMYK 0 0.80 0.70 0.05
HSL 352.89º 0.89% 0.57% -
HSV(B) 352.89º 0.8% 0.95% -
XYZ 39.23 21.72 8.26 -
YUV 109.63 106.77 223.13 -
System Red Green Blue C M Y K H S L
Decimal 243 49 72 0 0.80 0.70 0.05 352.89 0.89 0.57
Hex F3 31 48 0 50 46 5 161 59 39
Octal 363 61 110 0 120 106 5 541 131 71
Binary 11110011 110001 1001000 0 1010000 1000110 101 101100001 1011001 111001

Color Harmonies of #F33148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33148

Black with #F33148

Text Example


Text Example

White with #F33148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33148; }

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

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

background-color css

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

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

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

border-color css

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

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

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