Html Css Color HEX #F23844 Amaranth

📋 copy color: '#F23844'

red 242 ◦ green 56 ◦ blue 68

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

Shades of Amaranth #F23844

Tints of Amaranth #F23844

RGB

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

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

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

R = 66.12%
G = 15.3%
B = 18.58%

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

#F23844 (or 0xF23844) is known color: Amaranth. HEX triplet: F2, 38 and 44. RGB value is (242,56,68). Sum of RGB (Red+Green+Blue) = 242+56+68=366 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.12% from 366); Green value is 56 (22.27% from 255 or 15.30% from 366); Blue value is 68 (26.95% from 255 or 18.58% from 366); Max value from RGB is 242 - color contains mainly: red. Hex color #F23844 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23844 is #0DC7BB. Grayscale: #717171. Windows color (decimal): -903100 or 4471026. OLE color: 4471026.

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

Color convert

RGB 242 56 68 -
CMYK 0 0.77 0.72 0.05
HSL 356.13º 0.88% 0.58% -
HSV(B) 356.13º 0.77% 0.95% -
XYZ 39.08 22.12 7.68 -
YUV 112.98 102.62 220.02 -
System Red Green Blue C M Y K H S L
Decimal 242 56 68 0 0.77 0.72 0.05 356.13 0.88 0.58
Hex F2 38 44 0 4D 48 5 164 58 3A
Octal 362 70 104 0 115 110 5 544 130 72
Binary 11110010 111000 1000100 0 1001101 1001000 101 101100100 1011000 111010

Color Harmonies of #F23844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23844

Black with #F23844

Text Example


Text Example

White with #F23844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23844; }

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

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

background-color css

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

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

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

border-color css

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

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

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