Html Css Color HEX #F33F46 Amaranth

📋 copy color: '#F33F46'

red 243 ◦ green 63 ◦ blue 70

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

Shades of Amaranth #F33F46

Tints of Amaranth #F33F46

RGB

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

 GREEN value IS 63 (25% from 255) = 16.76%

 BLUE value IS 70 (27.73% from 255) = 18.62%

R = 64.63%
G = 16.76%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F33F46 (or 0xF33F46) is known color: Amaranth. HEX triplet: F3, 3F and 46. RGB value is (243,63,70). Sum of RGB (Red+Green+Blue) = 243+63+70=376 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.63% from 376); Green value is 63 (25% from 255 or 16.76% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 243 - color contains mainly: red. Hex color #F33F46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33F46 is #0CC0B9. Grayscale: #757575. Windows color (decimal): -835770 or 4603891. OLE color: 4603891.

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

Color convert

RGB 243 63 70 -
CMYK 0 0.74 0.71 0.05
HSL 357.67º 0.88% 0.6% -
HSV(B) 357.67º 0.74% 0.95% -
XYZ 39.85 23.05 8.14 -
YUV 117.62 101.13 217.43 -
System Red Green Blue C M Y K H S L
Decimal 243 63 70 0 0.74 0.71 0.05 357.67 0.88 0.6
Hex F3 3F 46 0 4A 47 5 166 58 3C
Octal 363 77 106 0 112 107 5 546 130 74
Binary 11110011 111111 1000110 0 1001010 1000111 101 101100110 1011000 111100

Color Harmonies of #F33F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33F46

Black with #F33F46

Text Example


Text Example

White with #F33F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33F46; }

 p { color: rgb(243,63,70); }

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

background-color css

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

 a { background-color: rgb(243,63,70); }

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

border-color css

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

 span { border-color: rgb(243,63,70); }

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