Html Css Color HEX #F33448 Amaranth

📋 copy color: '#F33448'

red 243 ◦ green 52 ◦ blue 72

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

Shades of Amaranth #F33448

Tints of Amaranth #F33448

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.17%

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

R = 66.21%
G = 14.17%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F33448 (or 0xF33448) is known color: Amaranth. HEX triplet: F3, 34 and 48. RGB value is (243,52,72). Sum of RGB (Red+Green+Blue) = 243+52+72=367 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.21% from 367); Green value is 52 (20.70% from 255 or 14.17% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 243 - color contains mainly: red. Hex color #F33448 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33448 is #0CCBB7. Grayscale: #6F6F6F. Windows color (decimal): -838584 or 4732147. OLE color: 4732147.

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

Color convert

RGB 243 52 72 -
CMYK 0 0.79 0.70 0.05
HSL 353.72º 0.89% 0.58% -
HSV(B) 353.72º 0.79% 0.95% -
XYZ 39.36 21.98 8.3 -
YUV 111.39 105.78 221.87 -
System Red Green Blue C M Y K H S L
Decimal 243 52 72 0 0.79 0.70 0.05 353.72 0.89 0.58
Hex F3 34 48 0 4F 46 5 162 59 3A
Octal 363 64 110 0 117 106 5 542 131 72
Binary 11110011 110100 1001000 0 1001111 1000110 101 101100010 1011001 111010

Color Harmonies of #F33448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33448

Black with #F33448

Text Example


Text Example

White with #F33448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33448; }

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

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

background-color css

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

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

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

border-color css

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

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

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