Html Css Color HEX #F22455 Amaranth

📋 copy color: '#F22455'

red 242 ◦ green 36 ◦ blue 85

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

Shades of Amaranth #F22455

Tints of Amaranth #F22455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.42%

R = 66.67%
G = 9.92%
B = 23.42%

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

#F22455 (or 0xF22455) is known color: Amaranth. HEX triplet: F2, 24 and 55. RGB value is (242,36,85). Sum of RGB (Red+Green+Blue) = 242+36+85=363 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.67% from 363); Green value is 36 (14.45% from 255 or 9.92% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 242 - color contains mainly: red. Hex color #F22455 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22455 is #0DDBAA. Grayscale: #676767. Windows color (decimal): -908203 or 5580018. OLE color: 5580018.

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

Color convert

RGB 242 36 85 -
CMYK 0 0.85 0.65 0.05
HSL 345.73º 0.89% 0.55% -
HSV(B) 345.73º 0.85% 0.95% -
XYZ 38.89 20.79 10.56 -
YUV 103.18 117.75 227.02 -
System Red Green Blue C M Y K H S L
Decimal 242 36 85 0 0.85 0.65 0.05 345.73 0.89 0.55
Hex F2 24 55 0 55 41 5 15A 59 37
Octal 362 44 125 0 125 101 5 532 131 67
Binary 11110010 100100 1010101 0 1010101 1000001 101 101011010 1011001 110111

Color Harmonies of #F22455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22455

Black with #F22455

Text Example


Text Example

White with #F22455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22455; }

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

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

background-color css

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

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

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

border-color css

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

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

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