Html Css Color HEX #F22654 Amaranth

📋 copy color: '#F22654'

red 242 ◦ green 38 ◦ blue 84

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

Shades of Amaranth #F22654

Tints of Amaranth #F22654

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.44%

 BLUE value IS 84 (33.2% from 255) = 23.08%

R = 66.48%
G = 10.44%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F22654 (or 0xF22654) is known color: Amaranth. HEX triplet: F2, 26 and 54. RGB value is (242,38,84). Sum of RGB (Red+Green+Blue) = 242+38+84=364 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.48% from 364); Green value is 38 (15.23% from 255 or 10.44% from 364); Blue value is 84 (33.20% from 255 or 23.08% from 364); Max value from RGB is 242 - color contains mainly: red. Hex color #F22654 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22654 is #0DD9AB. Grayscale: #686868. Windows color (decimal): -907692 or 5514994. OLE color: 5514994.

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

Color convert

RGB 242 38 84 -
CMYK 0 0.84 0.65 0.05
HSL 346.47º 0.89% 0.55% -
HSV(B) 346.47º 0.84% 0.95% -
XYZ 38.91 20.9 10.37 -
YUV 104.24 116.59 226.26 -
System Red Green Blue C M Y K H S L
Decimal 242 38 84 0 0.84 0.65 0.05 346.47 0.89 0.55
Hex F2 26 54 0 54 41 5 15A 59 37
Octal 362 46 124 0 124 101 5 532 131 67
Binary 11110010 100110 1010100 0 1010100 1000001 101 101011010 1011001 110111

Color Harmonies of #F22654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22654

Black with #F22654

Text Example


Text Example

White with #F22654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22654; }

 p { color: rgb(242,38,84); }

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

background-color css

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

 a { background-color: rgb(242,38,84); }

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

border-color css

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

 span { border-color: rgb(242,38,84); }

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