Html Css Color HEX #F22454 Amaranth

📋 copy color: '#F22454'

red 242 ◦ green 36 ◦ blue 84

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

Shades of Amaranth #F22454

Tints of Amaranth #F22454

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.94%

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

R = 66.85%
G = 9.94%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F22454 (or 0xF22454) is known color: Amaranth. HEX triplet: F2, 24 and 54. RGB value is (242,36,84). Sum of RGB (Red+Green+Blue) = 242+36+84=362 (47% of max value = 765). Red value is 242 (94.92% from 255 or 66.85% from 362); Green value is 36 (14.45% from 255 or 9.94% from 362); Blue value is 84 (33.20% from 255 or 23.20% from 362); Max value from RGB is 242 - color contains mainly: red. Hex color #F22454 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22454 is #0DDBAB. Grayscale: #676767. Windows color (decimal): -908204 or 5514482. OLE color: 5514482.

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

Color convert

RGB 242 36 84 -
CMYK 0 0.85 0.65 0.05
HSL 346.02º 0.89% 0.55% -
HSV(B) 346.02º 0.85% 0.95% -
XYZ 38.85 20.78 10.35 -
YUV 103.07 117.25 227.1 -
System Red Green Blue C M Y K H S L
Decimal 242 36 84 0 0.85 0.65 0.05 346.02 0.89 0.55
Hex F2 24 54 0 55 41 5 15A 59 37
Octal 362 44 124 0 125 101 5 532 131 67
Binary 11110010 100100 1010100 0 1010101 1000001 101 101011010 1011001 110111

Color Harmonies of #F22454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22454

Black with #F22454

Text Example


Text Example

White with #F22454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22454; }

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

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

background-color css

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

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

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

border-color css

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

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

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