Html Css Color HEX #F22D53 Amaranth

📋 copy color: '#F22D53'

red 242 ◦ green 45 ◦ blue 83

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

Shades of Amaranth #F22D53

Tints of Amaranth #F22D53

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.16%

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

R = 65.41%
G = 12.16%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F22D53 (or 0xF22D53) is known color: Amaranth. HEX triplet: F2, 2D and 53. RGB value is (242,45,83). Sum of RGB (Red+Green+Blue) = 242+45+83=370 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.41% from 370); Green value is 45 (17.97% from 255 or 12.16% from 370); Blue value is 83 (32.81% from 255 or 22.43% from 370); Max value from RGB is 242 - color contains mainly: red. Hex color #F22D53 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22D53 is #0DD2AC. Grayscale: #6C6C6C. Windows color (decimal): -905901 or 5451250. OLE color: 5451250.

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

Color convert

RGB 242 45 83 -
CMYK 0 0.81 0.66 0.05
HSL 348.43º 0.88% 0.56% -
HSV(B) 348.43º 0.81% 0.95% -
XYZ 39.12 21.38 10.25 -
YUV 108.24 113.77 223.41 -
System Red Green Blue C M Y K H S L
Decimal 242 45 83 0 0.81 0.66 0.05 348.43 0.88 0.56
Hex F2 2D 53 0 51 42 5 15C 58 38
Octal 362 55 123 0 121 102 5 534 130 70
Binary 11110010 101101 1010011 0 1010001 1000010 101 101011100 1011000 111000

Color Harmonies of #F22D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22D53

Black with #F22D53

Text Example


Text Example

White with #F22D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22D53; }

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

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

background-color css

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

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

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

border-color css

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

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

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