Html Css Color HEX #F23C49 Amaranth

📋 copy color: '#F23C49'

red 242 ◦ green 60 ◦ blue 73

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

Shades of Amaranth #F23C49

Tints of Amaranth #F23C49

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16%

 BLUE value IS 73 (28.91% from 255) = 19.47%

R = 64.53%
G = 16%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F23C49 (or 0xF23C49) is known color: Amaranth. HEX triplet: F2, 3C and 49. RGB value is (242,60,73). Sum of RGB (Red+Green+Blue) = 242+60+73=375 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.53% from 375); Green value is 60 (23.83% from 255 or 16% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23C49 is #0DC3B6. Grayscale: #747474. Windows color (decimal): -902071 or 4799730. OLE color: 4799730.

HSL color Cylindrical-coordinate representation of color #F23C49: hue angle of 355.71º degrees, saturation: 0.88, 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 #F23C49 is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 60 73 -
CMYK 0 0.75 0.70 0.05
HSL 355.71º 0.88% 0.59% -
HSV(B) 355.71º 0.75% 0.95% -
XYZ 39.44 22.59 8.59 -
YUV 115.9 103.8 217.94 -
System Red Green Blue C M Y K H S L
Decimal 242 60 73 0 0.75 0.70 0.05 355.71 0.88 0.59
Hex F2 3C 49 0 4B 46 5 164 58 3B
Octal 362 74 111 0 113 106 5 544 130 73
Binary 11110010 111100 1001001 0 1001011 1000110 101 101100100 1011000 111011

Color Harmonies of #F23C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23C49

Black with #F23C49

Text Example


Text Example

White with #F23C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23C49; }

 p { color: rgb(242,60,73); }

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

background-color css

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

 a { background-color: rgb(242,60,73); }

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

border-color css

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

 span { border-color: rgb(242,60,73); }

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