Html Css Color HEX #F23846 Amaranth

📋 copy color: '#F23846'

red 242 ◦ green 56 ◦ blue 70

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

Shades of Amaranth #F23846

Tints of Amaranth #F23846

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.22%

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

R = 65.76%
G = 15.22%
B = 19.02%

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

#F23846 (or 0xF23846) is known color: Amaranth. HEX triplet: F2, 38 and 46. RGB value is (242,56,70). Sum of RGB (Red+Green+Blue) = 242+56+70=368 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.76% from 368); Green value is 56 (22.27% from 255 or 15.22% from 368); Blue value is 70 (27.73% from 255 or 19.02% from 368); Max value from RGB is 242 - color contains mainly: red. Hex color #F23846 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23846 is #0DC7B9. Grayscale: #717171. Windows color (decimal): -903098 or 4602098. OLE color: 4602098.

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

Color convert

RGB 242 56 70 -
CMYK 0 0.77 0.71 0.05
HSL 355.48º 0.88% 0.58% -
HSV(B) 355.48º 0.77% 0.95% -
XYZ 39.14 22.15 8.01 -
YUV 113.21 103.62 219.86 -
System Red Green Blue C M Y K H S L
Decimal 242 56 70 0 0.77 0.71 0.05 355.48 0.88 0.58
Hex F2 38 46 0 4D 47 5 163 58 3A
Octal 362 70 106 0 115 107 5 543 130 72
Binary 11110010 111000 1000110 0 1001101 1000111 101 101100011 1011000 111010

Color Harmonies of #F23846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23846

Black with #F23846

Text Example


Text Example

White with #F23846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23846; }

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

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

background-color css

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

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

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

border-color css

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

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

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