Html Css Color HEX #F2294D Amaranth

📋 copy color: '#F2294D'

red 242 ◦ green 41 ◦ blue 77

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

Shades of Amaranth #F2294D

Tints of Amaranth #F2294D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.39%

R = 67.22%
G = 11.39%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F2294D (or 0xF2294D) is known color: Amaranth. HEX triplet: F2, 29 and 4D. RGB value is (242,41,77). Sum of RGB (Red+Green+Blue) = 242+41+77=360 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.22% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 242 - color contains mainly: red. Hex color #F2294D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2294D is #0DD6B2. Grayscale: #696969. Windows color (decimal): -906931 or 5057010. OLE color: 5057010.

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

Color convert

RGB 242 41 77 -
CMYK 0 0.83 0.68 0.05
HSL 349.25º 0.89% 0.55% -
HSV(B) 349.25º 0.83% 0.95% -
XYZ 38.75 21 9.03 -
YUV 105.2 112.09 225.57 -
System Red Green Blue C M Y K H S L
Decimal 242 41 77 0 0.83 0.68 0.05 349.25 0.89 0.55
Hex F2 29 4D 0 53 44 5 15D 59 37
Octal 362 51 115 0 123 104 5 535 131 67
Binary 11110010 101001 1001101 0 1010011 1000100 101 101011101 1011001 110111

Color Harmonies of #F2294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2294D

Black with #F2294D

Text Example


Text Example

White with #F2294D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2294D; }

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

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

background-color css

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

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

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

border-color css

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

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

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