Html Css Color HEX #F2174C Amaranth

📋 copy color: '#F2174C'

red 242 ◦ green 23 ◦ blue 76

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

Shades of Amaranth #F2174C

Tints of Amaranth #F2174C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.74%

 BLUE value IS 76 (30.08% from 255) = 22.29%

R = 70.97%
G = 6.74%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2174C (or 0xF2174C) is known color: Amaranth. HEX triplet: F2, 17 and 4C. RGB value is (242,23,76). Sum of RGB (Red+Green+Blue) = 242+23+76=341 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.97% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 242 - color contains mainly: red. Hex color #F2174C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2174C is #0DE8B3. Grayscale: #5E5E5E. Windows color (decimal): -911540 or 4986866. OLE color: 4986866.

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

Color convert

RGB 242 23 76 -
CMYK 0 0.90 0.69 0.05
HSL 345.48º 0.89% 0.52% -
HSV(B) 345.48º 0.9% 0.95% -
XYZ 38.23 20.01 8.69 -
YUV 94.52 117.55 233.19 -
System Red Green Blue C M Y K H S L
Decimal 242 23 76 0 0.90 0.69 0.05 345.48 0.89 0.52
Hex F2 17 4C 0 5A 45 5 159 59 34
Octal 362 27 114 0 132 105 5 531 131 64
Binary 11110010 10111 1001100 0 1011010 1000101 101 101011001 1011001 110100

Color Harmonies of #F2174C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2174C

Black with #F2174C

Text Example


Text Example

White with #F2174C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2174C; }

 p { color: rgb(242,23,76); }

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

background-color css

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

 a { background-color: rgb(242,23,76); }

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

border-color css

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

 span { border-color: rgb(242,23,76); }

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