Html Css Color HEX #F31952 Amaranth

📋 copy color: '#F31952'

red 243 ◦ green 25 ◦ blue 82

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

Shades of Amaranth #F31952

Tints of Amaranth #F31952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.43%

R = 69.43%
G = 7.14%
B = 23.43%

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

#F31952 (or 0xF31952) is known color: Amaranth. HEX triplet: F3, 19 and 52. RGB value is (243,25,82). Sum of RGB (Red+Green+Blue) = 243+25+82=350 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.43% from 350); Green value is 25 (10.16% from 255 or 7.14% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 243 - color contains mainly: red. Hex color #F31952 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31952 is #0CE6AD. Grayscale: #606060. Windows color (decimal): -845486 or 5380595. OLE color: 5380595.

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

Color convert

RGB 243 25 82 -
CMYK 0 0.90 0.66 0.05
HSL 344.31º 0.9% 0.53% -
HSV(B) 344.31º 0.9% 0.95% -
XYZ 38.83 20.36 9.87 -
YUV 96.68 119.72 232.37 -
System Red Green Blue C M Y K H S L
Decimal 243 25 82 0 0.90 0.66 0.05 344.31 0.9 0.53
Hex F3 19 52 0 5A 42 5 158 5A 35
Octal 363 31 122 0 132 102 5 530 132 65
Binary 11110011 11001 1010010 0 1011010 1000010 101 101011000 1011010 110101

Color Harmonies of #F31952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31952

Black with #F31952

Text Example


Text Example

White with #F31952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31952; }

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

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

background-color css

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

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

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

border-color css

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

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

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