Html Css Color HEX #F12653 Amaranth

📋 copy color: '#F12653'

red 241 ◦ green 38 ◦ blue 83

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

Shades of Amaranth #F12653

Tints of Amaranth #F12653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.93%

R = 66.57%
G = 10.5%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F12653 (or 0xF12653) is known color: Amaranth. HEX triplet: F1, 26 and 53. RGB value is (241,38,83). Sum of RGB (Red+Green+Blue) = 241+38+83=362 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.57% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 83 (32.81% from 255 or 22.93% from 362); Max value from RGB is 241 - color contains mainly: red. Hex color #F12653 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12653 is #0ED9AC. Grayscale: #676767. Windows color (decimal): -973229 or 5449457. OLE color: 5449457.

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

Color convert

RGB 241 38 83 -
CMYK 0 0.84 0.66 0.05
HSL 346.7º 0.88% 0.55% -
HSV(B) 346.7º 0.84% 0.95% -
XYZ 38.53 20.71 10.15 -
YUV 103.83 116.25 225.84 -
System Red Green Blue C M Y K H S L
Decimal 241 38 83 0 0.84 0.66 0.05 346.7 0.88 0.55
Hex F1 26 53 0 54 42 5 15B 58 37
Octal 361 46 123 0 124 102 5 533 130 67
Binary 11110001 100110 1010011 0 1010100 1000010 101 101011011 1011000 110111

Color Harmonies of #F12653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12653

Black with #F12653

Text Example


Text Example

White with #F12653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12653; }

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

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

background-color css

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

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

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

border-color css

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

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

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