Html Css Color HEX #F23D47 Amaranth

📋 copy color: '#F23D47'

red 242 ◦ green 61 ◦ blue 71

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

Shades of Amaranth #F23D47

Tints of Amaranth #F23D47

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.31%

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

R = 64.71%
G = 16.31%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F23D47 (or 0xF23D47) is known color: Amaranth. HEX triplet: F2, 3D and 47. RGB value is (242,61,71). Sum of RGB (Red+Green+Blue) = 242+61+71=374 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.71% from 374); Green value is 61 (24.22% from 255 or 16.31% from 374); Blue value is 71 (28.12% from 255 or 18.98% from 374); Max value from RGB is 242 - color contains mainly: red. Hex color #F23D47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23D47 is #0DC2B8. Grayscale: #747474. Windows color (decimal): -901817 or 4668914. OLE color: 4668914.

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

Color convert

RGB 242 61 71 -
CMYK 0 0.75 0.71 0.05
HSL 356.69º 0.87% 0.59% -
HSV(B) 356.69º 0.75% 0.95% -
XYZ 39.42 22.67 8.26 -
YUV 116.26 102.47 217.69 -
System Red Green Blue C M Y K H S L
Decimal 242 61 71 0 0.75 0.71 0.05 356.69 0.87 0.59
Hex F2 3D 47 0 4B 47 5 165 57 3B
Octal 362 75 107 0 113 107 5 545 127 73
Binary 11110010 111101 1000111 0 1001011 1000111 101 101100101 1010111 111011

Color Harmonies of #F23D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23D47

Black with #F23D47

Text Example


Text Example

White with #F23D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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