Html Css Color HEX #F22553 Amaranth

📋 copy color: '#F22553'

red 242 ◦ green 37 ◦ blue 83

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

Shades of Amaranth #F22553

Tints of Amaranth #F22553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.93%

R = 66.85%
G = 10.22%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F22553 (or 0xF22553) is known color: Amaranth. HEX triplet: F2, 25 and 53. RGB value is (242,37,83). Sum of RGB (Red+Green+Blue) = 242+37+83=362 (47% of max value = 765). Red value is 242 (94.92% from 255 or 66.85% from 362); Green value is 37 (14.84% from 255 or 10.22% from 362); Blue value is 83 (32.81% from 255 or 22.93% from 362); Max value from RGB is 242 - color contains mainly: red. Hex color #F22553 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22553 is #0DDAAC. Grayscale: #676767. Windows color (decimal): -907949 or 5449202. OLE color: 5449202.

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

Color convert

RGB 242 37 83 -
CMYK 0 0.85 0.66 0.05
HSL 346.54º 0.89% 0.55% -
HSV(B) 346.54º 0.85% 0.95% -
XYZ 38.84 20.82 10.16 -
YUV 103.54 116.42 226.76 -
System Red Green Blue C M Y K H S L
Decimal 242 37 83 0 0.85 0.66 0.05 346.54 0.89 0.55
Hex F2 25 53 0 55 42 5 15B 59 37
Octal 362 45 123 0 125 102 5 533 131 67
Binary 11110010 100101 1010011 0 1010101 1000010 101 101011011 1011001 110111

Color Harmonies of #F22553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22553

Black with #F22553

Text Example


Text Example

White with #F22553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22553; }

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

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

background-color css

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

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

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

border-color css

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

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

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