Html Css Color HEX #F32658 Amaranth

📋 copy color: '#F32658'

red 243 ◦ green 38 ◦ blue 88

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

Shades of Amaranth #F32658

Tints of Amaranth #F32658

RGB

 RED value IS 243 (95.31% from 255) = 65.85%

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

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

R = 65.85%
G = 10.3%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F32658 (or 0xF32658) is known color: Amaranth. HEX triplet: F3, 26 and 58. RGB value is (243,38,88). Sum of RGB (Red+Green+Blue) = 243+38+88=369 (48% of max value = 765). Red value is 243 (95.31% from 255 or 65.85% from 369); Green value is 38 (15.23% from 255 or 10.30% from 369); Blue value is 88 (34.77% from 255 or 23.85% from 369); Max value from RGB is 243 - color contains mainly: red. Hex color #F32658 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32658 is #0CD9A7. Grayscale: #696969. Windows color (decimal): -842152 or 5777139. OLE color: 5777139.

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

Color convert

RGB 243 38 88 -
CMYK 0 0.84 0.64 0.05
HSL 345.37º 0.9% 0.55% -
HSV(B) 345.37º 0.84% 0.95% -
XYZ 39.42 21.15 11.24 -
YUV 105 118.42 226.43 -
System Red Green Blue C M Y K H S L
Decimal 243 38 88 0 0.84 0.64 0.05 345.37 0.9 0.55
Hex F3 26 58 0 54 40 5 159 5A 37
Octal 363 46 130 0 124 100 5 531 132 67
Binary 11110011 100110 1011000 0 1010100 1000000 101 101011001 1011010 110111

Color Harmonies of #F32658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32658

Black with #F32658

Text Example


Text Example

White with #F32658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32658; }

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

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

background-color css

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

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

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

border-color css

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

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

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