Html Css Color HEX #F2174F Amaranth

📋 copy color: '#F2174F'

red 242 ◦ green 23 ◦ blue 79

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

Shades of Amaranth #F2174F

Tints of Amaranth #F2174F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.97%

R = 70.35%
G = 6.69%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F2174F (or 0xF2174F) is known color: Amaranth. HEX triplet: F2, 17 and 4F. RGB value is (242,23,79). Sum of RGB (Red+Green+Blue) = 242+23+79=344 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.35% from 344); Green value is 23 (9.38% from 255 or 6.69% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 242 - color contains mainly: red. Hex color #F2174F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2174F is #0DE8B0. Grayscale: #5E5E5E. Windows color (decimal): -911537 or 5183474. OLE color: 5183474.

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

Color convert

RGB 242 23 79 -
CMYK 0 0.90 0.67 0.05
HSL 344.66º 0.89% 0.52% -
HSV(B) 344.66º 0.9% 0.95% -
XYZ 38.34 20.05 9.25 -
YUV 94.87 119.05 232.95 -
System Red Green Blue C M Y K H S L
Decimal 242 23 79 0 0.90 0.67 0.05 344.66 0.89 0.52
Hex F2 17 4F 0 5A 43 5 159 59 34
Octal 362 27 117 0 132 103 5 531 131 64
Binary 11110010 10111 1001111 0 1011010 1000011 101 101011001 1011001 110100

Color Harmonies of #F2174F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2174F

Black with #F2174F

Text Example


Text Example

White with #F2174F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2174F; }

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

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

background-color css

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

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

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

border-color css

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

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

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