Html Css Color HEX #F22550 Amaranth

📋 copy color: '#F22550'

red 242 ◦ green 37 ◦ blue 80

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

Shades of Amaranth #F22550

Tints of Amaranth #F22550

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.31%

 BLUE value IS 80 (31.64% from 255) = 22.28%

R = 67.41%
G = 10.31%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F22550 (or 0xF22550) is known color: Amaranth. HEX triplet: F2, 25 and 50. RGB value is (242,37,80). Sum of RGB (Red+Green+Blue) = 242+37+80=359 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.41% from 359); Green value is 37 (14.84% from 255 or 10.31% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 242 - color contains mainly: red. Hex color #F22550 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22550 is #0DDAAF. Grayscale: #676767. Windows color (decimal): -907952 or 5252594. OLE color: 5252594.

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

Color convert

RGB 242 37 80 -
CMYK 0 0.85 0.67 0.05
HSL 347.41º 0.89% 0.55% -
HSV(B) 347.41º 0.85% 0.95% -
XYZ 38.73 20.78 9.56 -
YUV 103.2 114.92 227 -
System Red Green Blue C M Y K H S L
Decimal 242 37 80 0 0.85 0.67 0.05 347.41 0.89 0.55
Hex F2 25 50 0 55 43 5 15B 59 37
Octal 362 45 120 0 125 103 5 533 131 67
Binary 11110010 100101 1010000 0 1010101 1000011 101 101011011 1011001 110111

Color Harmonies of #F22550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22550

Black with #F22550

Text Example


Text Example

White with #F22550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22550; }

 p { color: rgb(242,37,80); }

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

background-color css

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

 a { background-color: rgb(242,37,80); }

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

border-color css

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

 span { border-color: rgb(242,37,80); }

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