Html Css Color HEX #F4225D Amaranth

📋 copy color: '#F4225D'

red 244 ◦ green 34 ◦ blue 93

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

Shades of Amaranth #F4225D

Tints of Amaranth #F4225D

RGB

 RED value IS 244 (95.7% from 255) = 65.77%

 GREEN value IS 34 (13.67% from 255) = 9.16%

 BLUE value IS 93 (36.72% from 255) = 25.07%

R = 65.77%
G = 9.16%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F4225D (or 0xF4225D) is known color: Amaranth. HEX triplet: F4, 22 and 5D. RGB value is (244,34,93). Sum of RGB (Red+Green+Blue) = 244+34+93=371 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.77% from 371); Green value is 34 (13.67% from 255 or 9.16% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 244 - color contains mainly: red. Hex color #F4225D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4225D is #0BDDA2. Grayscale: #676767. Windows color (decimal): -777635 or 6103796. OLE color: 6103796.

HSL color Cylindrical-coordinate representation of color #F4225D: hue angle of 343.14º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F4225D is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 34 93 -
CMYK 0 0.86 0.62 0.04
HSL 343.14º 0.91% 0.55% -
HSV(B) 343.14º 0.86% 0.96% -
XYZ 39.86 21.17 12.34 -
YUV 103.52 122.07 228.2 -
System Red Green Blue C M Y K H S L
Decimal 244 34 93 0 0.86 0.62 0.04 343.14 0.91 0.55
Hex F4 22 5D 0 56 3E 4 157 5B 37
Octal 364 42 135 0 126 76 4 527 133 67
Binary 11110100 100010 1011101 0 1010110 111110 100 101010111 1011011 110111

Color Harmonies of #F4225D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4225D

Black with #F4225D

Text Example


Text Example

White with #F4225D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4225D; }

 p { color: rgb(244,34,93); }

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

background-color css

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

 a { background-color: rgb(244,34,93); }

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

border-color css

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

 span { border-color: rgb(244,34,93); }

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