Html Css Color HEX #F23544 Amaranth

📋 copy color: '#F23544'

red 242 ◦ green 53 ◦ blue 68

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

Shades of Amaranth #F23544

Tints of Amaranth #F23544

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.6%

 BLUE value IS 68 (26.95% from 255) = 18.73%

R = 66.67%
G = 14.6%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F23544 (or 0xF23544) is known color: Amaranth. HEX triplet: F2, 35 and 44. RGB value is (242,53,68). Sum of RGB (Red+Green+Blue) = 242+53+68=363 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.67% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 68 (26.95% from 255 or 18.73% from 363); Max value from RGB is 242 - color contains mainly: red. Hex color #F23544 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23544 is #0DCABB. Grayscale: #6F6F6F. Windows color (decimal): -903868 or 4470258. OLE color: 4470258.

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

Color convert

RGB 242 53 68 -
CMYK 0 0.78 0.72 0.05
HSL 355.24º 0.88% 0.58% -
HSV(B) 355.24º 0.78% 0.95% -
XYZ 38.93 21.84 7.63 -
YUV 111.22 103.62 221.28 -
System Red Green Blue C M Y K H S L
Decimal 242 53 68 0 0.78 0.72 0.05 355.24 0.88 0.58
Hex F2 35 44 0 4E 48 5 163 58 3A
Octal 362 65 104 0 116 110 5 543 130 72
Binary 11110010 110101 1000100 0 1001110 1001000 101 101100011 1011000 111010

Color Harmonies of #F23544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23544

Black with #F23544

Text Example


Text Example

White with #F23544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23544; }

 p { color: rgb(242,53,68); }

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

background-color css

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

 a { background-color: rgb(242,53,68); }

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

border-color css

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

 span { border-color: rgb(242,53,68); }

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