Html Css Color HEX #F1275C Amaranth

📋 copy color: '#F1275C'

red 241 ◦ green 39 ◦ blue 92

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

Shades of Amaranth #F1275C

Tints of Amaranth #F1275C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.48%

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

R = 64.78%
G = 10.48%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F1275C (or 0xF1275C) is known color: Amaranth. HEX triplet: F1, 27 and 5C. RGB value is (241,39,92). Sum of RGB (Red+Green+Blue) = 241+39+92=372 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.78% from 372); Green value is 39 (15.62% from 255 or 10.48% from 372); Blue value is 92 (36.33% from 255 or 24.73% from 372); Max value from RGB is 241 - color contains mainly: red. Hex color #F1275C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1275C is #0ED8A3. Grayscale: #696969. Windows color (decimal): -972964 or 6039537. OLE color: 6039537.

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

Color convert

RGB 241 39 92 -
CMYK 0 0.84 0.62 0.05
HSL 344.26º 0.88% 0.55% -
HSV(B) 344.26º 0.84% 0.95% -
XYZ 38.93 20.92 12.11 -
YUV 105.44 120.42 224.69 -
System Red Green Blue C M Y K H S L
Decimal 241 39 92 0 0.84 0.62 0.05 344.26 0.88 0.55
Hex F1 27 5C 0 54 3E 5 158 58 37
Octal 361 47 134 0 124 76 5 530 130 67
Binary 11110001 100111 1011100 0 1010100 111110 101 101011000 1011000 110111

Color Harmonies of #F1275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1275C

Black with #F1275C

Text Example


Text Example

White with #F1275C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1275C; }

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

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

background-color css

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

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

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

border-color css

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

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

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