Html Css Color HEX #F22955 Amaranth

📋 copy color: '#F22955'

red 242 ◦ green 41 ◦ blue 85

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

Shades of Amaranth #F22955

Tints of Amaranth #F22955

RGB

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

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

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

R = 65.76%
G = 11.14%
B = 23.1%

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

#F22955 (or 0xF22955) is known color: Amaranth. HEX triplet: F2, 29 and 55. RGB value is (242,41,85). Sum of RGB (Red+Green+Blue) = 242+41+85=368 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.76% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 242 - color contains mainly: red. Hex color #F22955 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22955 is #0DD6AA. Grayscale: #6A6A6A. Windows color (decimal): -906923 or 5581298. OLE color: 5581298.

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

Color convert

RGB 242 41 85 -
CMYK 0 0.83 0.65 0.05
HSL 346.87º 0.89% 0.55% -
HSV(B) 346.87º 0.83% 0.95% -
XYZ 39.05 21.12 10.61 -
YUV 106.12 116.09 224.92 -
System Red Green Blue C M Y K H S L
Decimal 242 41 85 0 0.83 0.65 0.05 346.87 0.89 0.55
Hex F2 29 55 0 53 41 5 15B 59 37
Octal 362 51 125 0 123 101 5 533 131 67
Binary 11110010 101001 1010101 0 1010011 1000001 101 101011011 1011001 110111

Color Harmonies of #F22955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22955

Black with #F22955

Text Example


Text Example

White with #F22955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22955; }

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

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

background-color css

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

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

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

border-color css

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

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

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