Html Css Color HEX #F2164D Amaranth

📋 copy color: '#F2164D'

red 242 ◦ green 22 ◦ blue 77

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

Shades of Amaranth #F2164D

Tints of Amaranth #F2164D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.45%

 BLUE value IS 77 (30.47% from 255) = 22.58%

R = 70.97%
G = 6.45%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F2164D (or 0xF2164D) is known color: Amaranth. HEX triplet: F2, 16 and 4D. RGB value is (242,22,77). Sum of RGB (Red+Green+Blue) = 242+22+77=341 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.97% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 242 - color contains mainly: red. Hex color #F2164D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2164D is #0DE9B2. Grayscale: #5E5E5E. Windows color (decimal): -911795 or 5052146. OLE color: 5052146.

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

Color convert

RGB 242 22 77 -
CMYK 0 0.91 0.68 0.05
HSL 345º 0.89% 0.52% -
HSV(B) 345º 0.91% 0.95% -
XYZ 38.24 19.99 8.86 -
YUV 94.05 118.39 233.53 -
System Red Green Blue C M Y K H S L
Decimal 242 22 77 0 0.91 0.68 0.05 345 0.89 0.52
Hex F2 16 4D 0 5B 44 5 159 59 34
Octal 362 26 115 0 133 104 5 531 131 64
Binary 11110010 10110 1001101 0 1011011 1000100 101 101011001 1011001 110100

Color Harmonies of #F2164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2164D

Black with #F2164D

Text Example


Text Example

White with #F2164D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2164D; }

 p { color: rgb(242,22,77); }

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

background-color css

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

 a { background-color: rgb(242,22,77); }

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

border-color css

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

 span { border-color: rgb(242,22,77); }

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