Html Css Color HEX #F12758 Amaranth

📋 copy color: '#F12758'

red 241 ◦ green 39 ◦ blue 88

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

Shades of Amaranth #F12758

Tints of Amaranth #F12758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 23.91%

R = 65.49%
G = 10.6%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F12758 (or 0xF12758) is known color: Amaranth. HEX triplet: F1, 27 and 58. RGB value is (241,39,88). Sum of RGB (Red+Green+Blue) = 241+39+88=368 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.49% from 368); Green value is 39 (15.62% from 255 or 10.60% from 368); Blue value is 88 (34.77% from 255 or 23.91% from 368); Max value from RGB is 241 - color contains mainly: red. Hex color #F12758 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12758 is #0ED8A7. Grayscale: #686868. Windows color (decimal): -972968 or 5777393. OLE color: 5777393.

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

Color convert

RGB 241 39 88 -
CMYK 0 0.84 0.63 0.05
HSL 345.45º 0.88% 0.55% -
HSV(B) 345.45º 0.84% 0.95% -
XYZ 38.76 20.86 11.22 -
YUV 104.98 118.42 225.02 -
System Red Green Blue C M Y K H S L
Decimal 241 39 88 0 0.84 0.63 0.05 345.45 0.88 0.55
Hex F1 27 58 0 54 3F 5 159 58 37
Octal 361 47 130 0 124 77 5 531 130 67
Binary 11110001 100111 1011000 0 1010100 111111 101 101011001 1011000 110111

Color Harmonies of #F12758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12758

Black with #F12758

Text Example


Text Example

White with #F12758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12758; }

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

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

background-color css

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

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

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

border-color css

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

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

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