Html Css Color HEX #F22C44 Amaranth

📋 copy color: '#F22C44'

red 242 ◦ green 44 ◦ blue 68

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

Shades of Amaranth #F22C44

Tints of Amaranth #F22C44

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.43%

 BLUE value IS 68 (26.95% from 255) = 19.21%

R = 68.36%
G = 12.43%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F22C44 (or 0xF22C44) is known color: Amaranth. HEX triplet: F2, 2C and 44. RGB value is (242,44,68). Sum of RGB (Red+Green+Blue) = 242+44+68=354 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.36% from 354); Green value is 44 (17.58% from 255 or 12.43% from 354); Blue value is 68 (26.95% from 255 or 19.21% from 354); Max value from RGB is 242 - color contains mainly: red. Hex color #F22C44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22C44 is #0DD3BB. Grayscale: #6A6A6A. Windows color (decimal): -906172 or 4467954. OLE color: 4467954.

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

Color convert

RGB 242 44 68 -
CMYK 0 0.82 0.72 0.05
HSL 352.73º 0.88% 0.56% -
HSV(B) 352.73º 0.82% 0.95% -
XYZ 38.56 21.1 7.51 -
YUV 105.94 106.6 225.05 -
System Red Green Blue C M Y K H S L
Decimal 242 44 68 0 0.82 0.72 0.05 352.73 0.88 0.56
Hex F2 2C 44 0 52 48 5 161 58 38
Octal 362 54 104 0 122 110 5 541 130 70
Binary 11110010 101100 1000100 0 1010010 1001000 101 101100001 1011000 111000

Color Harmonies of #F22C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22C44

Black with #F22C44

Text Example


Text Example

White with #F22C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22C44; }

 p { color: rgb(242,44,68); }

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

background-color css

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

 a { background-color: rgb(242,44,68); }

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

border-color css

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

 span { border-color: rgb(242,44,68); }

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