Html Css Color HEX #F3384C Amaranth

📋 copy color: '#F3384C'

red 243 ◦ green 56 ◦ blue 76

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

Shades of Amaranth #F3384C

Tints of Amaranth #F3384C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.27%

R = 64.8%
G = 14.93%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F3384C (or 0xF3384C) is known color: Amaranth. HEX triplet: F3, 38 and 4C. RGB value is (243,56,76). Sum of RGB (Red+Green+Blue) = 243+56+76=375 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.8% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 243 - color contains mainly: red. Hex color #F3384C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3384C is #0CC7B3. Grayscale: #727272. Windows color (decimal): -837556 or 4995315. OLE color: 4995315.

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

Color convert

RGB 243 56 76 -
CMYK 0 0.77 0.69 0.05
HSL 353.58º 0.89% 0.59% -
HSV(B) 353.58º 0.77% 0.95% -
XYZ 39.68 22.4 9.07 -
YUV 114.19 106.45 219.87 -
System Red Green Blue C M Y K H S L
Decimal 243 56 76 0 0.77 0.69 0.05 353.58 0.89 0.59
Hex F3 38 4C 0 4D 45 5 162 59 3B
Octal 363 70 114 0 115 105 5 542 131 73
Binary 11110011 111000 1001100 0 1001101 1000101 101 101100010 1011001 111011

Color Harmonies of #F3384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3384C

Black with #F3384C

Text Example


Text Example

White with #F3384C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3384C; }

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

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

background-color css

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

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

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

border-color css

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

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

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