Html Css Color HEX #F23748 Amaranth

📋 copy color: '#F23748'

red 242 ◦ green 55 ◦ blue 72

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

Shades of Amaranth #F23748

Tints of Amaranth #F23748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.51%

R = 65.58%
G = 14.91%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F23748 (or 0xF23748) is known color: Amaranth. HEX triplet: F2, 37 and 48. RGB value is (242,55,72). Sum of RGB (Red+Green+Blue) = 242+55+72=369 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.58% from 369); Green value is 55 (21.88% from 255 or 14.91% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 242 - color contains mainly: red. Hex color #F23748 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23748 is #0DC8B7. Grayscale: #707070. Windows color (decimal): -903352 or 4732914. OLE color: 4732914.

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

Color convert

RGB 242 55 72 -
CMYK 0 0.77 0.70 0.05
HSL 354.55º 0.88% 0.58% -
HSV(B) 354.55º 0.77% 0.95% -
XYZ 39.15 22.08 8.33 -
YUV 112.85 104.95 220.12 -
System Red Green Blue C M Y K H S L
Decimal 242 55 72 0 0.77 0.70 0.05 354.55 0.88 0.58
Hex F2 37 48 0 4D 46 5 163 58 3A
Octal 362 67 110 0 115 106 5 543 130 72
Binary 11110010 110111 1001000 0 1001101 1000110 101 101100011 1011000 111010

Color Harmonies of #F23748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23748

Black with #F23748

Text Example


Text Example

White with #F23748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23748; }

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

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

background-color css

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

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

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

border-color css

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

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

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