Html Css Color HEX #F23349 Amaranth

📋 copy color: '#F23349'

red 242 ◦ green 51 ◦ blue 73

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

Shades of Amaranth #F23349

Tints of Amaranth #F23349

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.93%

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

R = 66.12%
G = 13.93%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F23349 (or 0xF23349) is known color: Amaranth. HEX triplet: F2, 33 and 49. RGB value is (242,51,73). Sum of RGB (Red+Green+Blue) = 242+51+73=366 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.12% from 366); Green value is 51 (20.31% from 255 or 13.93% from 366); Blue value is 73 (28.91% from 255 or 19.95% from 366); Max value from RGB is 242 - color contains mainly: red. Hex color #F23349 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23349 is #0DCCB6. Grayscale: #6E6E6E. Windows color (decimal): -904375 or 4797426. OLE color: 4797426.

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

Color convert

RGB 242 51 73 -
CMYK 0 0.79 0.70 0.05
HSL 353.09º 0.88% 0.57% -
HSV(B) 353.09º 0.79% 0.95% -
XYZ 39 21.73 8.44 -
YUV 110.62 106.78 221.71 -
System Red Green Blue C M Y K H S L
Decimal 242 51 73 0 0.79 0.70 0.05 353.09 0.88 0.57
Hex F2 33 49 0 4F 46 5 161 58 39
Octal 362 63 111 0 117 106 5 541 130 71
Binary 11110010 110011 1001001 0 1001111 1000110 101 101100001 1011000 111001

Color Harmonies of #F23349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23349

Black with #F23349

Text Example


Text Example

White with #F23349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23349; }

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

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

background-color css

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

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

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

border-color css

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

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

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