Html Css Color HEX #F1285A Amaranth

📋 copy color: '#F1285A'

red 241 ◦ green 40 ◦ blue 90

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

Shades of Amaranth #F1285A

Tints of Amaranth #F1285A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.78%

 BLUE value IS 90 (35.55% from 255) = 24.26%

R = 64.96%
G = 10.78%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F1285A (or 0xF1285A) is known color: Amaranth. HEX triplet: F1, 28 and 5A. RGB value is (241,40,90). Sum of RGB (Red+Green+Blue) = 241+40+90=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F1285A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1285A is #0ED7A5. Grayscale: #696969. Windows color (decimal): -972710 or 5908721. OLE color: 5908721.

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

Color convert

RGB 241 40 90 -
CMYK 0 0.83 0.63 0.05
HSL 345.07º 0.88% 0.55% -
HSV(B) 345.07º 0.83% 0.95% -
XYZ 38.88 20.96 11.67 -
YUV 105.8 119.09 224.43 -
System Red Green Blue C M Y K H S L
Decimal 241 40 90 0 0.83 0.63 0.05 345.07 0.88 0.55
Hex F1 28 5A 0 53 3F 5 159 58 37
Octal 361 50 132 0 123 77 5 531 130 67
Binary 11110001 101000 1011010 0 1010011 111111 101 101011001 1011000 110111

Color Harmonies of #F1285A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1285A

Black with #F1285A

Text Example


Text Example

White with #F1285A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1285A; }

 p { color: rgb(241,40,90); }

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

background-color css

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

 a { background-color: rgb(241,40,90); }

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

border-color css

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

 span { border-color: rgb(241,40,90); }

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