Html Css Color HEX #F22954 Amaranth

📋 copy color: '#F22954'

red 242 ◦ green 41 ◦ blue 84

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

Shades of Amaranth #F22954

Tints of Amaranth #F22954

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.17%

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

R = 65.94%
G = 11.17%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F22954 (or 0xF22954) is known color: Amaranth. HEX triplet: F2, 29 and 54. RGB value is (242,41,84). Sum of RGB (Red+Green+Blue) = 242+41+84=367 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.94% from 367); Green value is 41 (16.41% from 255 or 11.17% from 367); Blue value is 84 (33.20% from 255 or 22.89% from 367); Max value from RGB is 242 - color contains mainly: red. Hex color #F22954 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22954 is #0DD6AB. Grayscale: #6A6A6A. Windows color (decimal): -906924 or 5515762. OLE color: 5515762.

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

Color convert

RGB 242 41 84 -
CMYK 0 0.83 0.65 0.05
HSL 347.16º 0.89% 0.55% -
HSV(B) 347.16º 0.83% 0.95% -
XYZ 39.01 21.1 10.4 -
YUV 106 115.59 225 -
System Red Green Blue C M Y K H S L
Decimal 242 41 84 0 0.83 0.65 0.05 347.16 0.89 0.55
Hex F2 29 54 0 53 41 5 15B 59 37
Octal 362 51 124 0 123 101 5 533 131 67
Binary 11110010 101001 1010100 0 1010011 1000001 101 101011011 1011001 110111

Color Harmonies of #F22954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22954

Black with #F22954

Text Example


Text Example

White with #F22954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22954; }

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

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

background-color css

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

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

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

border-color css

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

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

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