Html Css Color HEX #F1255C Amaranth

📋 copy color: '#F1255C'

red 241 ◦ green 37 ◦ blue 92

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

Shades of Amaranth #F1255C

Tints of Amaranth #F1255C

RGB

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

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

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

R = 65.14%
G = 10%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F1255C (or 0xF1255C) is known color: Amaranth. HEX triplet: F1, 25 and 5C. RGB value is (241,37,92). Sum of RGB (Red+Green+Blue) = 241+37+92=370 (49% of max value = 765). Red value is 241 (94.53% from 255 or 65.14% from 370); Green value is 37 (14.84% from 255 or 10% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 241 - color contains mainly: red. Hex color #F1255C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1255C is #0EDAA3. Grayscale: #686868. Windows color (decimal): -973476 or 6039025. OLE color: 6039025.

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

Color convert

RGB 241 37 92 -
CMYK 0 0.85 0.62 0.05
HSL 343.82º 0.88% 0.55% -
HSV(B) 343.82º 0.85% 0.95% -
XYZ 38.87 20.8 12.09 -
YUV 104.27 121.09 225.53 -
System Red Green Blue C M Y K H S L
Decimal 241 37 92 0 0.85 0.62 0.05 343.82 0.88 0.55
Hex F1 25 5C 0 55 3E 5 158 58 37
Octal 361 45 134 0 125 76 5 530 130 67
Binary 11110001 100101 1011100 0 1010101 111110 101 101011000 1011000 110111

Color Harmonies of #F1255C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1255C

Black with #F1255C

Text Example


Text Example

White with #F1255C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1255C; }

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

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

background-color css

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

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

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

border-color css

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

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

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