Html Css Color HEX #F33048 Amaranth

📋 copy color: '#F33048'

red 243 ◦ green 48 ◦ blue 72

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

Shades of Amaranth #F33048

Tints of Amaranth #F33048

RGB

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

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

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

R = 66.94%
G = 13.22%
B = 19.83%

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

#F33048 (or 0xF33048) is known color: Amaranth. HEX triplet: F3, 30 and 48. RGB value is (243,48,72). Sum of RGB (Red+Green+Blue) = 243+48+72=363 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.94% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 243 - color contains mainly: red. Hex color #F33048 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33048 is #0CCFB7. Grayscale: #6D6D6D. Windows color (decimal): -839608 or 4731123. OLE color: 4731123.

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

Color convert

RGB 243 48 72 -
CMYK 0 0.80 0.70 0.05
HSL 352.62º 0.89% 0.57% -
HSV(B) 352.62º 0.8% 0.95% -
XYZ 39.19 21.64 8.24 -
YUV 109.04 107.1 223.55 -
System Red Green Blue C M Y K H S L
Decimal 243 48 72 0 0.80 0.70 0.05 352.62 0.89 0.57
Hex F3 30 48 0 50 46 5 161 59 39
Octal 363 60 110 0 120 106 5 541 131 71
Binary 11110011 110000 1001000 0 1010000 1000110 101 101100001 1011001 111001

Color Harmonies of #F33048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33048

Black with #F33048

Text Example


Text Example

White with #F33048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33048; }

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

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

background-color css

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

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

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

border-color css

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

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

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