Html Css Color HEX #F22545 Amaranth

📋 copy color: '#F22545'

red 242 ◦ green 37 ◦ blue 69

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

Shades of Amaranth #F22545

Tints of Amaranth #F22545

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.63%

 BLUE value IS 69 (27.34% from 255) = 19.83%

R = 69.54%
G = 10.63%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F22545 (or 0xF22545) is known color: Amaranth. HEX triplet: F2, 25 and 45. RGB value is (242,37,69). Sum of RGB (Red+Green+Blue) = 242+37+69=348 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.54% from 348); Green value is 37 (14.84% from 255 or 10.63% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 242 - color contains mainly: red. Hex color #F22545 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22545 is #0DDABA. Grayscale: #666666. Windows color (decimal): -907963 or 4531698. OLE color: 4531698.

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

Color convert

RGB 242 37 69 -
CMYK 0 0.85 0.71 0.05
HSL 350.63º 0.89% 0.55% -
HSV(B) 350.63º 0.85% 0.95% -
XYZ 38.35 20.63 7.59 -
YUV 101.94 109.42 227.9 -
System Red Green Blue C M Y K H S L
Decimal 242 37 69 0 0.85 0.71 0.05 350.63 0.89 0.55
Hex F2 25 45 0 55 47 5 15F 59 37
Octal 362 45 105 0 125 107 5 537 131 67
Binary 11110010 100101 1000101 0 1010101 1000111 101 101011111 1011001 110111

Color Harmonies of #F22545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22545

Black with #F22545

Text Example


Text Example

White with #F22545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22545; }

 p { color: rgb(242,37,69); }

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

background-color css

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

 a { background-color: rgb(242,37,69); }

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

border-color css

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

 span { border-color: rgb(242,37,69); }

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