Html Css Color HEX #F22843 Amaranth

📋 copy color: '#F22843'

red 242 ◦ green 40 ◦ blue 67

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

Shades of Amaranth #F22843

Tints of Amaranth #F22843

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.46%

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

R = 69.34%
G = 11.46%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F22843 (or 0xF22843) is known color: Amaranth. HEX triplet: F2, 28 and 43. RGB value is (242,40,67). Sum of RGB (Red+Green+Blue) = 242+40+67=349 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.34% from 349); Green value is 40 (16.02% from 255 or 11.46% from 349); Blue value is 67 (26.56% from 255 or 19.20% from 349); Max value from RGB is 242 - color contains mainly: red. Hex color #F22843 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22843 is #0DD7BC. Grayscale: #676767. Windows color (decimal): -907197 or 4401394. OLE color: 4401394.

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

Color convert

RGB 242 40 67 -
CMYK 0 0.83 0.72 0.05
HSL 351.98º 0.89% 0.55% -
HSV(B) 351.98º 0.83% 0.95% -
XYZ 38.39 20.8 7.3 -
YUV 103.48 107.42 226.8 -
System Red Green Blue C M Y K H S L
Decimal 242 40 67 0 0.83 0.72 0.05 351.98 0.89 0.55
Hex F2 28 43 0 53 48 5 160 59 37
Octal 362 50 103 0 123 110 5 540 131 67
Binary 11110010 101000 1000011 0 1010011 1001000 101 101100000 1011001 110111

Color Harmonies of #F22843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22843

Black with #F22843

Text Example


Text Example

White with #F22843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22843; }

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

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

background-color css

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

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

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

border-color css

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

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

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