Html Css Color HEX #F3384D Amaranth

📋 copy color: '#F3384D'

red 243 ◦ green 56 ◦ blue 77

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

Shades of Amaranth #F3384D

Tints of Amaranth #F3384D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.48%

R = 64.63%
G = 14.89%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F3384D (or 0xF3384D) is known color: Amaranth. HEX triplet: F3, 38 and 4D. RGB value is (243,56,77). Sum of RGB (Red+Green+Blue) = 243+56+77=376 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.63% from 376); Green value is 56 (22.27% from 255 or 14.89% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 243 - color contains mainly: red. Hex color #F3384D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3384D is #0CC7B2. Grayscale: #727272. Windows color (decimal): -837555 or 5060851. OLE color: 5060851.

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

Color convert

RGB 243 56 77 -
CMYK 0 0.77 0.68 0.05
HSL 353.26º 0.89% 0.59% -
HSV(B) 353.26º 0.77% 0.95% -
XYZ 39.72 22.42 9.26 -
YUV 114.31 106.95 219.79 -
System Red Green Blue C M Y K H S L
Decimal 243 56 77 0 0.77 0.68 0.05 353.26 0.89 0.59
Hex F3 38 4D 0 4D 44 5 161 59 3B
Octal 363 70 115 0 115 104 5 541 131 73
Binary 11110011 111000 1001101 0 1001101 1000100 101 101100001 1011001 111011

Color Harmonies of #F3384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3384D

Black with #F3384D

Text Example


Text Example

White with #F3384D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3384D; }

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

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

background-color css

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

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

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

border-color css

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

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

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