Html Css Color HEX #F33648 Amaranth

📋 copy color: '#F33648'

red 243 ◦ green 54 ◦ blue 72

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

Shades of Amaranth #F33648

Tints of Amaranth #F33648

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.63%

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

R = 65.85%
G = 14.63%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F33648 (or 0xF33648) is known color: Amaranth. HEX triplet: F3, 36 and 48. RGB value is (243,54,72). Sum of RGB (Red+Green+Blue) = 243+54+72=369 (48% of max value = 765). Red value is 243 (95.31% from 255 or 65.85% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 243 - color contains mainly: red. Hex color #F33648 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33648 is #0CC9B7. Grayscale: #707070. Windows color (decimal): -838072 or 4732659. OLE color: 4732659.

HSL color Cylindrical-coordinate representation of color #F33648: hue angle of 354.29º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F33648 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 54 72 -
CMYK 0 0.78 0.70 0.05
HSL 354.29º 0.89% 0.58% -
HSV(B) 354.29º 0.78% 0.95% -
XYZ 39.45 22.16 8.33 -
YUV 112.56 105.12 221.04 -
System Red Green Blue C M Y K H S L
Decimal 243 54 72 0 0.78 0.70 0.05 354.29 0.89 0.58
Hex F3 36 48 0 4E 46 5 162 59 3A
Octal 363 66 110 0 116 106 5 542 131 72
Binary 11110011 110110 1001000 0 1001110 1000110 101 101100010 1011001 111010

Color Harmonies of #F33648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33648

Black with #F33648

Text Example


Text Example

White with #F33648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33648; }

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

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

background-color css

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

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

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

border-color css

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

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

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