Html Css Color HEX #F3244C Amaranth

📋 copy color: '#F3244C'

red 243 ◦ green 36 ◦ blue 76

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

Shades of Amaranth #F3244C

Tints of Amaranth #F3244C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.14%

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

R = 68.45%
G = 10.14%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F3244C (or 0xF3244C) is known color: Amaranth. HEX triplet: F3, 24 and 4C. RGB value is (243,36,76). Sum of RGB (Red+Green+Blue) = 243+36+76=355 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.45% from 355); Green value is 36 (14.45% from 255 or 10.14% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 243 - color contains mainly: red. Hex color #F3244C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3244C is #0CDBB3. Grayscale: #666666. Windows color (decimal): -842676 or 4990195. OLE color: 4990195.

HSL color Cylindrical-coordinate representation of color #F3244C: hue angle of 348.41º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F3244C is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 36 76 -
CMYK 0 0.85 0.69 0.05
HSL 348.41º 0.9% 0.55% -
HSV(B) 348.41º 0.85% 0.95% -
XYZ 38.9 20.84 8.81 -
YUV 102.45 113.08 228.25 -
System Red Green Blue C M Y K H S L
Decimal 243 36 76 0 0.85 0.69 0.05 348.41 0.9 0.55
Hex F3 24 4C 0 55 45 5 15C 5A 37
Octal 363 44 114 0 125 105 5 534 132 67
Binary 11110011 100100 1001100 0 1010101 1000101 101 101011100 1011010 110111

Color Harmonies of #F3244C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3244C

Black with #F3244C

Text Example


Text Example

White with #F3244C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3244C; }

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

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

background-color css

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

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

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

border-color css

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

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

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