Html Css Color HEX #F23147 Amaranth

📋 copy color: '#F23147'

red 242 ◦ green 49 ◦ blue 71

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

Shades of Amaranth #F23147

Tints of Amaranth #F23147

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.54%

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

R = 66.85%
G = 13.54%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F23147 (or 0xF23147) is known color: Amaranth. HEX triplet: F2, 31 and 47. RGB value is (242,49,71). Sum of RGB (Red+Green+Blue) = 242+49+71=362 (47% of max value = 765). Red value is 242 (94.92% from 255 or 66.85% from 362); Green value is 49 (19.53% from 255 or 13.54% from 362); Blue value is 71 (28.12% from 255 or 19.61% from 362); Max value from RGB is 242 - color contains mainly: red. Hex color #F23147 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23147 is #0DCEB8. Grayscale: #6D6D6D. Windows color (decimal): -904889 or 4665842. OLE color: 4665842.

HSL color Cylindrical-coordinate representation of color #F23147: hue angle of 353.16º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F23147 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 49 71 -
CMYK 0 0.80 0.71 0.05
HSL 353.16º 0.88% 0.57% -
HSV(B) 353.16º 0.8% 0.95% -
XYZ 38.85 21.53 8.07 -
YUV 109.22 106.44 222.71 -
System Red Green Blue C M Y K H S L
Decimal 242 49 71 0 0.80 0.71 0.05 353.16 0.88 0.57
Hex F2 31 47 0 50 47 5 161 58 39
Octal 362 61 107 0 120 107 5 541 130 71
Binary 11110010 110001 1000111 0 1010000 1000111 101 101100001 1011000 111001

Color Harmonies of #F23147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23147

Black with #F23147

Text Example


Text Example

White with #F23147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23147; }

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

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

background-color css

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

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

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

border-color css

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

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

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