Html Css Color HEX #F24447 Amaranth

📋 copy color: '#F24447'

red 242 ◦ green 68 ◦ blue 71

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

Shades of Amaranth #F24447

Tints of Amaranth #F24447

RGB

 RED value IS 242 (94.92% from 255) = 63.52%

 GREEN value IS 68 (26.95% from 255) = 17.85%

 BLUE value IS 71 (28.13% from 255) = 18.64%

R = 63.52%
G = 17.85%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F24447 (or 0xF24447) is known color: Amaranth. HEX triplet: F2, 44 and 47. RGB value is (242,68,71). Sum of RGB (Red+Green+Blue) = 242+68+71=381 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.52% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 71 (28.12% from 255 or 18.64% from 381); Max value from RGB is 242 - color contains mainly: red. Hex color #F24447 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24447 is #0DBBB8. Grayscale: #787878. Windows color (decimal): -900025 or 4670706. OLE color: 4670706.

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

Color convert

RGB 242 68 71 -
CMYK 0 0.72 0.71 0.05
HSL 358.97º 0.87% 0.61% -
HSV(B) 358.97º 0.72% 0.95% -
XYZ 39.82 23.47 8.39 -
YUV 120.37 100.15 214.76 -
System Red Green Blue C M Y K H S L
Decimal 242 68 71 0 0.72 0.71 0.05 358.97 0.87 0.61
Hex F2 44 47 0 48 47 5 167 57 3D
Octal 362 104 107 0 110 107 5 547 127 75
Binary 11110010 1000100 1000111 0 1001000 1000111 101 101100111 1010111 111101

Color Harmonies of #F24447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24447

Black with #F24447

Text Example


Text Example

White with #F24447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24447; }

 p { color: rgb(242,68,71); }

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

background-color css

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

 a { background-color: rgb(242,68,71); }

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

border-color css

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

 span { border-color: rgb(242,68,71); }

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