Html Css Color HEX #F2314A Amaranth

📋 copy color: '#F2314A'

red 242 ◦ green 49 ◦ blue 74

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

Shades of Amaranth #F2314A

Tints of Amaranth #F2314A

RGB

 RED value IS 242 (94.92% from 255) = 66.3%

 GREEN value IS 49 (19.53% from 255) = 13.42%

 BLUE value IS 74 (29.3% from 255) = 20.27%

R = 66.3%
G = 13.42%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2314A (or 0xF2314A) is known color: Amaranth. HEX triplet: F2, 31 and 4A. RGB value is (242,49,74). Sum of RGB (Red+Green+Blue) = 242+49+74=365 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.30% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 242 - color contains mainly: red. Hex color #F2314A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2314A is #0DCEB5. Grayscale: #6D6D6D. Windows color (decimal): -904886 or 4862450. OLE color: 4862450.

HSL color Cylindrical-coordinate representation of color #F2314A: hue angle of 352.23º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F2314A is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 49 74 -
CMYK 0 0.80 0.69 0.05
HSL 352.23º 0.88% 0.57% -
HSV(B) 352.23º 0.8% 0.95% -
XYZ 38.95 21.57 8.59 -
YUV 109.56 107.94 222.47 -
System Red Green Blue C M Y K H S L
Decimal 242 49 74 0 0.80 0.69 0.05 352.23 0.88 0.57
Hex F2 31 4A 0 50 45 5 160 58 39
Octal 362 61 112 0 120 105 5 540 130 71
Binary 11110010 110001 1001010 0 1010000 1000101 101 101100000 1011000 111001

Color Harmonies of #F2314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2314A

Black with #F2314A

Text Example


Text Example

White with #F2314A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2314A; }

 p { color: rgb(242,49,74); }

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

background-color css

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

 a { background-color: rgb(242,49,74); }

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

border-color css

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

 span { border-color: rgb(242,49,74); }

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