Html Css Color HEX #F23746 Amaranth

📋 copy color: '#F23746'

red 242 ◦ green 55 ◦ blue 70

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

Shades of Amaranth #F23746

Tints of Amaranth #F23746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.07%

R = 65.94%
G = 14.99%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F23746 (or 0xF23746) is known color: Amaranth. HEX triplet: F2, 37 and 46. RGB value is (242,55,70). Sum of RGB (Red+Green+Blue) = 242+55+70=367 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.94% from 367); Green value is 55 (21.88% from 255 or 14.99% from 367); Blue value is 70 (27.73% from 255 or 19.07% from 367); Max value from RGB is 242 - color contains mainly: red. Hex color #F23746 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23746 is #0DC8B9. Grayscale: #707070. Windows color (decimal): -903354 or 4601842. OLE color: 4601842.

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

Color convert

RGB 242 55 70 -
CMYK 0 0.77 0.71 0.05
HSL 355.19º 0.88% 0.58% -
HSV(B) 355.19º 0.77% 0.95% -
XYZ 39.09 22.05 7.99 -
YUV 112.62 103.95 220.28 -
System Red Green Blue C M Y K H S L
Decimal 242 55 70 0 0.77 0.71 0.05 355.19 0.88 0.58
Hex F2 37 46 0 4D 47 5 163 58 3A
Octal 362 67 106 0 115 107 5 543 130 72
Binary 11110010 110111 1000110 0 1001101 1000111 101 101100011 1011000 111010

Color Harmonies of #F23746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23746

Black with #F23746

Text Example


Text Example

White with #F23746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23746; }

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

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

background-color css

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

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

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

border-color css

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

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

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