Html Css Color HEX #F23543 Amaranth

📋 copy color: '#F23543'

red 242 ◦ green 53 ◦ blue 67

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

Shades of Amaranth #F23543

Tints of Amaranth #F23543

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.64%

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

R = 66.85%
G = 14.64%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F23543 (or 0xF23543) is known color: Amaranth. HEX triplet: F2, 35 and 43. RGB value is (242,53,67). Sum of RGB (Red+Green+Blue) = 242+53+67=362 (47% of max value = 765). Red value is 242 (94.92% from 255 or 66.85% from 362); Green value is 53 (21.09% from 255 or 14.64% from 362); Blue value is 67 (26.56% from 255 or 18.51% from 362); Max value from RGB is 242 - color contains mainly: red. Hex color #F23543 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23543 is #0DCABC. Grayscale: #6F6F6F. Windows color (decimal): -903869 or 4404722. OLE color: 4404722.

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

Color convert

RGB 242 53 67 -
CMYK 0 0.78 0.72 0.05
HSL 355.56º 0.88% 0.58% -
HSV(B) 355.56º 0.78% 0.95% -
XYZ 38.9 21.83 7.47 -
YUV 111.11 103.12 221.36 -
System Red Green Blue C M Y K H S L
Decimal 242 53 67 0 0.78 0.72 0.05 355.56 0.88 0.58
Hex F2 35 43 0 4E 48 5 164 58 3A
Octal 362 65 103 0 116 110 5 544 130 72
Binary 11110010 110101 1000011 0 1001110 1001000 101 101100100 1011000 111010

Color Harmonies of #F23543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23543

Black with #F23543

Text Example


Text Example

White with #F23543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23543; }

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

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

background-color css

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

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

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

border-color css

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

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

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