Html Css Color HEX #F23744 Amaranth

📋 copy color: '#F23744'

red 242 ◦ green 55 ◦ blue 68

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

Shades of Amaranth #F23744

Tints of Amaranth #F23744

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.07%

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

R = 66.3%
G = 15.07%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F23744 (or 0xF23744) is known color: Amaranth. HEX triplet: F2, 37 and 44. RGB value is (242,55,68). Sum of RGB (Red+Green+Blue) = 242+55+68=365 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.30% from 365); Green value is 55 (21.88% from 255 or 15.07% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 242 - color contains mainly: red. Hex color #F23744 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23744 is #0DC8BB. Grayscale: #707070. Windows color (decimal): -903356 or 4470770. OLE color: 4470770.

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

Color convert

RGB 242 55 68 -
CMYK 0 0.77 0.72 0.05
HSL 355.83º 0.88% 0.58% -
HSV(B) 355.83º 0.77% 0.95% -
XYZ 39.03 22.03 7.66 -
YUV 112.4 102.95 220.44 -
System Red Green Blue C M Y K H S L
Decimal 242 55 68 0 0.77 0.72 0.05 355.83 0.88 0.58
Hex F2 37 44 0 4D 48 5 164 58 3A
Octal 362 67 104 0 115 110 5 544 130 72
Binary 11110010 110111 1000100 0 1001101 1001000 101 101100100 1011000 111010

Color Harmonies of #F23744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23744

Black with #F23744

Text Example


Text Example

White with #F23744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23744; }

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

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

background-color css

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

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

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

border-color css

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

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

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