Html Css Color HEX #F22251 Amaranth

📋 copy color: '#F22251'

red 242 ◦ green 34 ◦ blue 81

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

Shades of Amaranth #F22251

Tints of Amaranth #F22251

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.52%

 BLUE value IS 81 (32.03% from 255) = 22.69%

R = 67.79%
G = 9.52%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F22251 (or 0xF22251) is known color: Amaranth. HEX triplet: F2, 22 and 51. RGB value is (242,34,81). Sum of RGB (Red+Green+Blue) = 242+34+81=357 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.79% from 357); Green value is 34 (13.67% from 255 or 9.52% from 357); Blue value is 81 (32.03% from 255 or 22.69% from 357); Max value from RGB is 242 - color contains mainly: red. Hex color #F22251 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22251 is #0DDDAE. Grayscale: #656565. Windows color (decimal): -908719 or 5317362. OLE color: 5317362.

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

Color convert

RGB 242 34 81 -
CMYK 0 0.86 0.67 0.05
HSL 346.44º 0.89% 0.54% -
HSV(B) 346.44º 0.86% 0.95% -
XYZ 38.68 20.62 9.73 -
YUV 101.55 116.41 228.18 -
System Red Green Blue C M Y K H S L
Decimal 242 34 81 0 0.86 0.67 0.05 346.44 0.89 0.54
Hex F2 22 51 0 56 43 5 15A 59 36
Octal 362 42 121 0 126 103 5 532 131 66
Binary 11110010 100010 1010001 0 1010110 1000011 101 101011010 1011001 110110

Color Harmonies of #F22251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22251

Black with #F22251

Text Example


Text Example

White with #F22251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22251; }

 p { color: rgb(242,34,81); }

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

background-color css

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

 a { background-color: rgb(242,34,81); }

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

border-color css

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

 span { border-color: rgb(242,34,81); }

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