Html Css Color HEX #F12658 Amaranth

📋 copy color: '#F12658'

red 241 ◦ green 38 ◦ blue 88

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

Shades of Amaranth #F12658

Tints of Amaranth #F12658

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.35%

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

R = 65.67%
G = 10.35%
B = 23.98%

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

#F12658 (or 0xF12658) is known color: Amaranth. HEX triplet: F1, 26 and 58. RGB value is (241,38,88). Sum of RGB (Red+Green+Blue) = 241+38+88=367 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.67% from 367); Green value is 38 (15.23% from 255 or 10.35% from 367); Blue value is 88 (34.77% from 255 or 23.98% from 367); Max value from RGB is 241 - color contains mainly: red. Hex color #F12658 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12658 is #0ED9A7. Grayscale: #686868. Windows color (decimal): -973224 or 5777137. OLE color: 5777137.

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

Color convert

RGB 241 38 88 -
CMYK 0 0.84 0.63 0.05
HSL 345.22º 0.88% 0.55% -
HSV(B) 345.22º 0.84% 0.95% -
XYZ 38.73 20.79 11.2 -
YUV 104.4 118.75 225.43 -
System Red Green Blue C M Y K H S L
Decimal 241 38 88 0 0.84 0.63 0.05 345.22 0.88 0.55
Hex F1 26 58 0 54 3F 5 159 58 37
Octal 361 46 130 0 124 77 5 531 130 67
Binary 11110001 100110 1011000 0 1010100 111111 101 101011001 1011000 110111

Color Harmonies of #F12658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12658

Black with #F12658

Text Example


Text Example

White with #F12658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12658; }

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

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

background-color css

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

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

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

border-color css

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

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

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