Html Css Color HEX #F33945 Amaranth

📋 copy color: '#F33945'

red 243 ◦ green 57 ◦ blue 69

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

Shades of Amaranth #F33945

Tints of Amaranth #F33945

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.45%

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

R = 65.85%
G = 15.45%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F33945 (or 0xF33945) is known color: Amaranth. HEX triplet: F3, 39 and 45. RGB value is (243,57,69). Sum of RGB (Red+Green+Blue) = 243+57+69=369 (48% of max value = 765). Red value is 243 (95.31% from 255 or 65.85% from 369); Green value is 57 (22.66% from 255 or 15.45% from 369); Blue value is 69 (27.34% from 255 or 18.70% from 369); Max value from RGB is 243 - color contains mainly: red. Hex color #F33945 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33945 is #0CC6BA. Grayscale: #727272. Windows color (decimal): -837307 or 4536819. OLE color: 4536819.

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

Color convert

RGB 243 57 69 -
CMYK 0 0.77 0.72 0.05
HSL 356.13º 0.89% 0.59% -
HSV(B) 356.13º 0.77% 0.95% -
XYZ 39.5 22.41 7.87 -
YUV 113.98 102.62 220.02 -
System Red Green Blue C M Y K H S L
Decimal 243 57 69 0 0.77 0.72 0.05 356.13 0.89 0.59
Hex F3 39 45 0 4D 48 5 164 59 3B
Octal 363 71 105 0 115 110 5 544 131 73
Binary 11110011 111001 1000101 0 1001101 1001000 101 101100100 1011001 111011

Color Harmonies of #F33945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33945

Black with #F33945

Text Example


Text Example

White with #F33945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33945; }

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

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

background-color css

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

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

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

border-color css

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

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

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