Html Css Color HEX #F23143 Amaranth

📋 copy color: '#F23143'

red 242 ◦ green 49 ◦ blue 67

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

Shades of Amaranth #F23143

Tints of Amaranth #F23143

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.69%

 BLUE value IS 67 (26.56% from 255) = 18.72%

R = 67.6%
G = 13.69%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F23143 (or 0xF23143) is known color: Amaranth. HEX triplet: F2, 31 and 43. RGB value is (242,49,67). Sum of RGB (Red+Green+Blue) = 242+49+67=358 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.60% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 67 (26.56% from 255 or 18.72% from 358); Max value from RGB is 242 - color contains mainly: red. Hex color #F23143 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23143 is #0DCEBC. Grayscale: #6C6C6C. Windows color (decimal): -904893 or 4403698. OLE color: 4403698.

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

Color convert

RGB 242 49 67 -
CMYK 0 0.80 0.72 0.05
HSL 354.4º 0.88% 0.57% -
HSV(B) 354.4º 0.8% 0.95% -
XYZ 38.73 21.48 7.41 -
YUV 108.76 104.44 223.04 -
System Red Green Blue C M Y K H S L
Decimal 242 49 67 0 0.80 0.72 0.05 354.4 0.88 0.57
Hex F2 31 43 0 50 48 5 162 58 39
Octal 362 61 103 0 120 110 5 542 130 71
Binary 11110010 110001 1000011 0 1010000 1001000 101 101100010 1011000 111001

Color Harmonies of #F23143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23143

Black with #F23143

Text Example


Text Example

White with #F23143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23143; }

 p { color: rgb(242,49,67); }

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

background-color css

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

 a { background-color: rgb(242,49,67); }

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

border-color css

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

 span { border-color: rgb(242,49,67); }

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