Html Css Color HEX #F23246 Amaranth

📋 copy color: '#F23246'

red 242 ◦ green 50 ◦ blue 70

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

Shades of Amaranth #F23246

Tints of Amaranth #F23246

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.81%

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

R = 66.85%
G = 13.81%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F23246 (or 0xF23246) is known color: Amaranth. HEX triplet: F2, 32 and 46. RGB value is (242,50,70). Sum of RGB (Red+Green+Blue) = 242+50+70=362 (47% of max value = 765). Red value is 242 (94.92% from 255 or 66.85% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 70 (27.73% from 255 or 19.34% from 362); Max value from RGB is 242 - color contains mainly: red. Hex color #F23246 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23246 is #0DCDB9. Grayscale: #6D6D6D. Windows color (decimal): -904634 or 4600562. OLE color: 4600562.

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

Color convert

RGB 242 50 70 -
CMYK 0 0.79 0.71 0.05
HSL 353.75º 0.88% 0.57% -
HSV(B) 353.75º 0.79% 0.95% -
XYZ 38.86 21.6 7.92 -
YUV 109.69 105.61 222.37 -
System Red Green Blue C M Y K H S L
Decimal 242 50 70 0 0.79 0.71 0.05 353.75 0.88 0.57
Hex F2 32 46 0 4F 47 5 162 58 39
Octal 362 62 106 0 117 107 5 542 130 71
Binary 11110010 110010 1000110 0 1001111 1000111 101 101100010 1011000 111001

Color Harmonies of #F23246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23246

Black with #F23246

Text Example


Text Example

White with #F23246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23246; }

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

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

background-color css

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

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

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

border-color css

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

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

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