Html Css Color HEX #F22643 Amaranth

📋 copy color: '#F22643'

red 242 ◦ green 38 ◦ blue 67

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

Shades of Amaranth #F22643

Tints of Amaranth #F22643

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.95%

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

R = 69.74%
G = 10.95%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F22643 (or 0xF22643) is known color: Amaranth. HEX triplet: F2, 26 and 43. RGB value is (242,38,67). Sum of RGB (Red+Green+Blue) = 242+38+67=347 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.74% from 347); Green value is 38 (15.23% from 255 or 10.95% from 347); Blue value is 67 (26.56% from 255 or 19.31% from 347); Max value from RGB is 242 - color contains mainly: red. Hex color #F22643 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22643 is #0DD9BC. Grayscale: #666666. Windows color (decimal): -907709 or 4400882. OLE color: 4400882.

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

Color convert

RGB 242 38 67 -
CMYK 0 0.84 0.72 0.05
HSL 351.47º 0.89% 0.55% -
HSV(B) 351.47º 0.84% 0.95% -
XYZ 38.32 20.67 7.28 -
YUV 102.3 108.09 227.64 -
System Red Green Blue C M Y K H S L
Decimal 242 38 67 0 0.84 0.72 0.05 351.47 0.89 0.55
Hex F2 26 43 0 54 48 5 15F 59 37
Octal 362 46 103 0 124 110 5 537 131 67
Binary 11110010 100110 1000011 0 1010100 1001000 101 101011111 1011001 110111

Color Harmonies of #F22643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22643

Black with #F22643

Text Example


Text Example

White with #F22643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22643; }

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

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

background-color css

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

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

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

border-color css

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

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

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