Html Css Color HEX #F33045 Amaranth

📋 copy color: '#F33045'

red 243 ◦ green 48 ◦ blue 69

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

Shades of Amaranth #F33045

Tints of Amaranth #F33045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.17%

R = 67.5%
G = 13.33%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F33045 (or 0xF33045) is known color: Amaranth. HEX triplet: F3, 30 and 45. RGB value is (243,48,69). Sum of RGB (Red+Green+Blue) = 243+48+69=360 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.5% from 360); Green value is 48 (19.14% from 255 or 13.33% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 243 - color contains mainly: red. Hex color #F33045 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33045 is #0CCFBA. Grayscale: #6C6C6C. Windows color (decimal): -839611 or 4534515. OLE color: 4534515.

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

Color convert

RGB 243 48 69 -
CMYK 0 0.80 0.72 0.05
HSL 353.54º 0.89% 0.57% -
HSV(B) 353.54º 0.8% 0.95% -
XYZ 39.09 21.6 7.74 -
YUV 108.7 105.6 223.79 -
System Red Green Blue C M Y K H S L
Decimal 243 48 69 0 0.80 0.72 0.05 353.54 0.89 0.57
Hex F3 30 45 0 50 48 5 162 59 39
Octal 363 60 105 0 120 110 5 542 131 71
Binary 11110011 110000 1000101 0 1010000 1001000 101 101100010 1011001 111001

Color Harmonies of #F33045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33045

Black with #F33045

Text Example


Text Example

White with #F33045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33045; }

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

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

background-color css

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

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

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

border-color css

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

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

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