Html Css Color HEX #F2245E Amaranth

📋 copy color: '#F2245E'

red 242 ◦ green 36 ◦ blue 94

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

Shades of Amaranth #F2245E

Tints of Amaranth #F2245E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.27%

R = 65.05%
G = 9.68%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F2245E (or 0xF2245E) is known color: Amaranth. HEX triplet: F2, 24 and 5E. RGB value is (242,36,94). Sum of RGB (Red+Green+Blue) = 242+36+94=372 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.05% from 372); Green value is 36 (14.45% from 255 or 9.68% from 372); Blue value is 94 (37.11% from 255 or 25.27% from 372); Max value from RGB is 242 - color contains mainly: red. Hex color #F2245E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2245E is #0DDBA1. Grayscale: #686868. Windows color (decimal): -908194 or 6169842. OLE color: 6169842.

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

Color convert

RGB 242 36 94 -
CMYK 0 0.85 0.61 0.05
HSL 343.11º 0.89% 0.55% -
HSV(B) 343.11º 0.85% 0.95% -
XYZ 39.27 20.95 12.56 -
YUV 104.21 122.25 226.28 -
System Red Green Blue C M Y K H S L
Decimal 242 36 94 0 0.85 0.61 0.05 343.11 0.89 0.55
Hex F2 24 5E 0 55 3D 5 157 59 37
Octal 362 44 136 0 125 75 5 527 131 67
Binary 11110010 100100 1011110 0 1010101 111101 101 101010111 1011001 110111

Color Harmonies of #F2245E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2245E

Black with #F2245E

Text Example


Text Example

White with #F2245E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2245E; }

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

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

background-color css

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

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

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

border-color css

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

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

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