Html Css Color HEX #F33C44 Amaranth

📋 copy color: '#F33C44'

red 243 ◦ green 60 ◦ blue 68

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

Shades of Amaranth #F33C44

Tints of Amaranth #F33C44

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.17%

 BLUE value IS 68 (26.95% from 255) = 18.33%

R = 65.5%
G = 16.17%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F33C44 (or 0xF33C44) is known color: Amaranth. HEX triplet: F3, 3C and 44. RGB value is (243,60,68). Sum of RGB (Red+Green+Blue) = 243+60+68=371 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.50% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 68 (26.95% from 255 or 18.33% from 371); Max value from RGB is 243 - color contains mainly: red. Hex color #F33C44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33C44 is #0CC3BB. Grayscale: #737373. Windows color (decimal): -836540 or 4472051. OLE color: 4472051.

HSL color Cylindrical-coordinate representation of color #F33C44: hue angle of 357.38º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F33C44 is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 60 68 -
CMYK 0 0.75 0.72 0.05
HSL 357.38º 0.88% 0.59% -
HSV(B) 357.38º 0.75% 0.95% -
XYZ 39.62 22.7 7.76 -
YUV 115.63 101.13 218.85 -
System Red Green Blue C M Y K H S L
Decimal 243 60 68 0 0.75 0.72 0.05 357.38 0.88 0.59
Hex F3 3C 44 0 4B 48 5 165 58 3B
Octal 363 74 104 0 113 110 5 545 130 73
Binary 11110011 111100 1000100 0 1001011 1001000 101 101100101 1011000 111011

Color Harmonies of #F33C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33C44

Black with #F33C44

Text Example


Text Example

White with #F33C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33C44; }

 p { color: rgb(243,60,68); }

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

background-color css

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

 a { background-color: rgb(243,60,68); }

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

border-color css

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

 span { border-color: rgb(243,60,68); }

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