Html Css Color HEX #F22C4F Amaranth

📋 copy color: '#F22C4F'

red 242 ◦ green 44 ◦ blue 79

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

Shades of Amaranth #F22C4F

Tints of Amaranth #F22C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.64%

R = 66.3%
G = 12.05%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F22C4F (or 0xF22C4F) is known color: Amaranth. HEX triplet: F2, 2C and 4F. RGB value is (242,44,79). Sum of RGB (Red+Green+Blue) = 242+44+79=365 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.30% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 79 (31.25% from 255 or 21.64% from 365); Max value from RGB is 242 - color contains mainly: red. Hex color #F22C4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22C4F is #0DD3B0. Grayscale: #6B6B6B. Windows color (decimal): -906161 or 5188850. OLE color: 5188850.

HSL color Cylindrical-coordinate representation of color #F22C4F: hue angle of 349.39º 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 #F22C4F is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 44 79 -
CMYK 0 0.82 0.67 0.05
HSL 349.39º 0.88% 0.56% -
HSV(B) 349.39º 0.82% 0.95% -
XYZ 38.93 21.24 9.45 -
YUV 107.19 112.1 224.15 -
System Red Green Blue C M Y K H S L
Decimal 242 44 79 0 0.82 0.67 0.05 349.39 0.88 0.56
Hex F2 2C 4F 0 52 43 5 15D 58 38
Octal 362 54 117 0 122 103 5 535 130 70
Binary 11110010 101100 1001111 0 1010010 1000011 101 101011101 1011000 111000

Color Harmonies of #F22C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22C4F

Black with #F22C4F

Text Example


Text Example

White with #F22C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22C4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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