Html Css Color HEX #F1225C Amaranth

📋 copy color: '#F1225C'

red 241 ◦ green 34 ◦ blue 92

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

Shades of Amaranth #F1225C

Tints of Amaranth #F1225C

RGB

 RED value IS 241 (94.53% from 255) = 65.67%

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

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

R = 65.67%
G = 9.26%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F1225C (or 0xF1225C) is known color: Amaranth. HEX triplet: F1, 22 and 5C. RGB value is (241,34,92). Sum of RGB (Red+Green+Blue) = 241+34+92=367 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.67% from 367); Green value is 34 (13.67% from 255 or 9.26% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 241 - color contains mainly: red. Hex color #F1225C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1225C is #0EDDA3. Grayscale: #666666. Windows color (decimal): -974244 or 6038257. OLE color: 6038257.

HSL color Cylindrical-coordinate representation of color #F1225C: hue angle of 343.19º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F1225C is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 34 92 -
CMYK 0 0.86 0.62 0.05
HSL 343.19º 0.88% 0.54% -
HSV(B) 343.19º 0.86% 0.95% -
XYZ 38.78 20.62 12.06 -
YUV 102.51 122.08 226.78 -
System Red Green Blue C M Y K H S L
Decimal 241 34 92 0 0.86 0.62 0.05 343.19 0.88 0.54
Hex F1 22 5C 0 56 3E 5 157 58 36
Octal 361 42 134 0 126 76 5 527 130 66
Binary 11110001 100010 1011100 0 1010110 111110 101 101010111 1011000 110110

Color Harmonies of #F1225C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1225C

Black with #F1225C

Text Example


Text Example

White with #F1225C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1225C; }

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

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

background-color css

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

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

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

border-color css

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

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

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