Html Css Color HEX #F31953 Amaranth

📋 copy color: '#F31953'

red 243 ◦ green 25 ◦ blue 83

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

Shades of Amaranth #F31953

Tints of Amaranth #F31953

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.12%

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

R = 69.23%
G = 7.12%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F31953 (or 0xF31953) is known color: Amaranth. HEX triplet: F3, 19 and 53. RGB value is (243,25,83). Sum of RGB (Red+Green+Blue) = 243+25+83=351 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.23% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 243 - color contains mainly: red. Hex color #F31953 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31953 is #0CE6AC. Grayscale: #606060. Windows color (decimal): -845485 or 5446131. OLE color: 5446131.

HSL color Cylindrical-coordinate representation of color #F31953: hue angle of 344.04º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F31953 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 25 83 -
CMYK 0 0.90 0.66 0.05
HSL 344.04º 0.9% 0.53% -
HSV(B) 344.04º 0.9% 0.95% -
XYZ 38.87 20.37 10.07 -
YUV 96.79 120.22 232.28 -
System Red Green Blue C M Y K H S L
Decimal 243 25 83 0 0.90 0.66 0.05 344.04 0.9 0.53
Hex F3 19 53 0 5A 42 5 158 5A 35
Octal 363 31 123 0 132 102 5 530 132 65
Binary 11110011 11001 1010011 0 1011010 1000010 101 101011000 1011010 110101

Color Harmonies of #F31953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31953

Black with #F31953

Text Example


Text Example

White with #F31953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31953; }

 p { color: rgb(243,25,83); }

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

background-color css

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

 a { background-color: rgb(243,25,83); }

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

border-color css

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

 span { border-color: rgb(243,25,83); }

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