Html Css Color HEX #F23156 Amaranth

📋 copy color: '#F23156'

red 242 ◦ green 49 ◦ blue 86

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

Shades of Amaranth #F23156

Tints of Amaranth #F23156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 22.81%

R = 64.19%
G = 13%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F23156 (or 0xF23156) is known color: Amaranth. HEX triplet: F2, 31 and 56. RGB value is (242,49,86). Sum of RGB (Red+Green+Blue) = 242+49+86=377 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.19% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 242 - color contains mainly: red. Hex color #F23156 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23156 is #0DCEA9. Grayscale: #6E6E6E. Windows color (decimal): -904874 or 5648882. OLE color: 5648882.

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

Color convert

RGB 242 49 86 -
CMYK 0 0.80 0.64 0.05
HSL 348.5º 0.88% 0.57% -
HSV(B) 348.5º 0.8% 0.95% -
XYZ 39.4 21.75 10.93 -
YUV 110.93 113.94 221.49 -
System Red Green Blue C M Y K H S L
Decimal 242 49 86 0 0.80 0.64 0.05 348.5 0.88 0.57
Hex F2 31 56 0 50 40 5 15C 58 39
Octal 362 61 126 0 120 100 5 534 130 71
Binary 11110010 110001 1010110 0 1010000 1000000 101 101011100 1011000 111001

Color Harmonies of #F23156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23156

Black with #F23156

Text Example


Text Example

White with #F23156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23156; }

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

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

background-color css

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

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

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

border-color css

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

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

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