Html Css Color HEX #F4225C Amaranth

📋 copy color: '#F4225C'

red 244 ◦ green 34 ◦ blue 92

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

Shades of Amaranth #F4225C

Tints of Amaranth #F4225C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.86%

R = 65.95%
G = 9.19%
B = 24.86%

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

#F4225C (or 0xF4225C) is known color: Amaranth. HEX triplet: F4, 22 and 5C. RGB value is (244,34,92). Sum of RGB (Red+Green+Blue) = 244+34+92=370 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.95% from 370); Green value is 34 (13.67% from 255 or 9.19% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 244 - color contains mainly: red. Hex color #F4225C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4225C is #0BDDA3. Grayscale: #676767. Windows color (decimal): -777636 or 6038260. OLE color: 6038260.

HSL color Cylindrical-coordinate representation of color #F4225C: hue angle of 343.43º 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 #F4225C is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 34 92 -
CMYK 0 0.86 0.62 0.04
HSL 343.43º 0.91% 0.55% -
HSV(B) 343.43º 0.86% 0.96% -
XYZ 39.81 21.15 12.11 -
YUV 103.4 121.57 228.28 -
System Red Green Blue C M Y K H S L
Decimal 244 34 92 0 0.86 0.62 0.04 343.43 0.91 0.55
Hex F4 22 5C 0 56 3E 4 157 5B 37
Octal 364 42 134 0 126 76 4 527 133 67
Binary 11110100 100010 1011100 0 1010110 111110 100 101010111 1011011 110111

Color Harmonies of #F4225C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4225C

Black with #F4225C

Text Example


Text Example

White with #F4225C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4225C; }

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

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

background-color css

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

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

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

border-color css

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

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

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