Html Css Color HEX #F22D59 Amaranth

📋 copy color: '#F22D59'

red 242 ◦ green 45 ◦ blue 89

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

Shades of Amaranth #F22D59

Tints of Amaranth #F22D59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 23.67%

R = 64.36%
G = 11.97%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F22D59 (or 0xF22D59) is known color: Amaranth. HEX triplet: F2, 2D and 59. RGB value is (242,45,89). Sum of RGB (Red+Green+Blue) = 242+45+89=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 45 (17.97% from 255 or 11.97% from 376); Blue value is 89 (35.16% from 255 or 23.67% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F22D59 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22D59 is #0DD2A6. Grayscale: #6C6C6C. Windows color (decimal): -905895 or 5844466. OLE color: 5844466.

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

Color convert

RGB 242 45 89 -
CMYK 0 0.81 0.63 0.05
HSL 346.6º 0.88% 0.56% -
HSV(B) 346.6º 0.81% 0.95% -
XYZ 39.36 21.48 11.52 -
YUV 108.92 116.77 222.92 -
System Red Green Blue C M Y K H S L
Decimal 242 45 89 0 0.81 0.63 0.05 346.6 0.88 0.56
Hex F2 2D 59 0 51 3F 5 15B 58 38
Octal 362 55 131 0 121 77 5 533 130 70
Binary 11110010 101101 1011001 0 1010001 111111 101 101011011 1011000 111000

Color Harmonies of #F22D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22D59

Black with #F22D59

Text Example


Text Example

White with #F22D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22D59; }

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

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

background-color css

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

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

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

border-color css

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

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

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