Html Css Color HEX #F1255E Amaranth

📋 copy color: '#F1255E'

red 241 ◦ green 37 ◦ blue 94

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

Shades of Amaranth #F1255E

Tints of Amaranth #F1255E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.95%

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

R = 64.78%
G = 9.95%
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

#F1255E (or 0xF1255E) is known color: Amaranth. HEX triplet: F1, 25 and 5E. RGB value is (241,37,94). Sum of RGB (Red+Green+Blue) = 241+37+94=372 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.78% from 372); Green value is 37 (14.84% from 255 or 9.95% from 372); Blue value is 94 (37.11% from 255 or 25.27% from 372); Max value from RGB is 241 - color contains mainly: red. Hex color #F1255E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1255E is #0EDAA1. Grayscale: #686868. Windows color (decimal): -973474 or 6170097. OLE color: 6170097.

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

Color convert

RGB 241 37 94 -
CMYK 0 0.85 0.61 0.05
HSL 343.24º 0.88% 0.55% -
HSV(B) 343.24º 0.85% 0.95% -
XYZ 38.96 20.83 12.56 -
YUV 104.49 122.09 225.37 -
System Red Green Blue C M Y K H S L
Decimal 241 37 94 0 0.85 0.61 0.05 343.24 0.88 0.55
Hex F1 25 5E 0 55 3D 5 157 58 37
Octal 361 45 136 0 125 75 5 527 130 67
Binary 11110001 100101 1011110 0 1010101 111101 101 101010111 1011000 110111

Color Harmonies of #F1255E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1255E

Black with #F1255E

Text Example


Text Example

White with #F1255E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1255E; }

 p { color: rgb(241,37,94); }

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

background-color css

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

 a { background-color: rgb(241,37,94); }

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

border-color css

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

 span { border-color: rgb(241,37,94); }

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