Html Css Color HEX #F23247 Amaranth

📋 copy color: '#F23247'

red 242 ◦ green 50 ◦ blue 71

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

Shades of Amaranth #F23247

Tints of Amaranth #F23247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.56%

R = 66.67%
G = 13.77%
B = 19.56%

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

#F23247 (or 0xF23247) is known color: Amaranth. HEX triplet: F2, 32 and 47. RGB value is (242,50,71). Sum of RGB (Red+Green+Blue) = 242+50+71=363 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.67% from 363); Green value is 50 (19.92% from 255 or 13.77% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 242 - color contains mainly: red. Hex color #F23247 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23247 is #0DCDB8. Grayscale: #6D6D6D. Windows color (decimal): -904633 or 4666098. OLE color: 4666098.

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

Color convert

RGB 242 50 71 -
CMYK 0 0.79 0.71 0.05
HSL 353.44º 0.88% 0.57% -
HSV(B) 353.44º 0.79% 0.95% -
XYZ 38.9 21.61 8.08 -
YUV 109.8 106.11 222.29 -
System Red Green Blue C M Y K H S L
Decimal 242 50 71 0 0.79 0.71 0.05 353.44 0.88 0.57
Hex F2 32 47 0 4F 47 5 161 58 39
Octal 362 62 107 0 117 107 5 541 130 71
Binary 11110010 110010 1000111 0 1001111 1000111 101 101100001 1011000 111001

Color Harmonies of #F23247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23247

Black with #F23247

Text Example


Text Example

White with #F23247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23247; }

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

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

background-color css

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

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

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

border-color css

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

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

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