Html Css Color HEX #F33842 Amaranth

📋 copy color: '#F33842'

red 243 ◦ green 56 ◦ blue 66

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

Shades of Amaranth #F33842

Tints of Amaranth #F33842

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.34%

 BLUE value IS 66 (26.17% from 255) = 18.08%

R = 66.58%
G = 15.34%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F33842 (or 0xF33842) is known color: Amaranth. HEX triplet: F3, 38 and 42. RGB value is (243,56,66). Sum of RGB (Red+Green+Blue) = 243+56+66=365 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.58% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 243 - color contains mainly: red. Hex color #F33842 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33842 is #0CC7BD. Grayscale: #717171. Windows color (decimal): -837566 or 4339955. OLE color: 4339955.

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

Color convert

RGB 243 56 66 -
CMYK 0 0.77 0.73 0.05
HSL 356.79º 0.89% 0.59% -
HSV(B) 356.79º 0.77% 0.95% -
XYZ 39.36 22.28 7.38 -
YUV 113.05 101.45 220.69 -
System Red Green Blue C M Y K H S L
Decimal 243 56 66 0 0.77 0.73 0.05 356.79 0.89 0.59
Hex F3 38 42 0 4D 49 5 165 59 3B
Octal 363 70 102 0 115 111 5 545 131 73
Binary 11110011 111000 1000010 0 1001101 1001001 101 101100101 1011001 111011

Color Harmonies of #F33842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33842

Black with #F33842

Text Example


Text Example

White with #F33842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33842; }

 p { color: rgb(243,56,66); }

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

background-color css

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

 a { background-color: rgb(243,56,66); }

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

border-color css

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

 span { border-color: rgb(243,56,66); }

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