Html Css Color HEX #F33442 Amaranth

📋 copy color: '#F33442'

red 243 ◦ green 52 ◦ blue 66

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

Shades of Amaranth #F33442

Tints of Amaranth #F33442

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.4%

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

R = 67.31%
G = 14.4%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F33442 (or 0xF33442) is known color: Amaranth. HEX triplet: F3, 34 and 42. RGB value is (243,52,66). Sum of RGB (Red+Green+Blue) = 243+52+66=361 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.31% from 361); Green value is 52 (20.70% from 255 or 14.40% from 361); Blue value is 66 (26.17% from 255 or 18.28% from 361); Max value from RGB is 243 - color contains mainly: red. Hex color #F33442 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33442 is #0CCBBD. Grayscale: #6E6E6E. Windows color (decimal): -838590 or 4338931. OLE color: 4338931.

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

Color convert

RGB 243 52 66 -
CMYK 0 0.79 0.73 0.05
HSL 355.6º 0.89% 0.58% -
HSV(B) 355.6º 0.79% 0.95% -
XYZ 39.17 21.9 7.32 -
YUV 110.71 102.78 222.36 -
System Red Green Blue C M Y K H S L
Decimal 243 52 66 0 0.79 0.73 0.05 355.6 0.89 0.58
Hex F3 34 42 0 4F 49 5 164 59 3A
Octal 363 64 102 0 117 111 5 544 131 72
Binary 11110011 110100 1000010 0 1001111 1001001 101 101100100 1011001 111010

Color Harmonies of #F33442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33442

Black with #F33442

Text Example


Text Example

White with #F33442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33442; }

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

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

background-color css

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

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

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

border-color css

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

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

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