Html Css Color HEX #F0164B Amaranth

📋 copy color: '#F0164B'

red 240 ◦ green 22 ◦ blue 75

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

Shades of Amaranth #F0164B

Tints of Amaranth #F0164B

RGB

 RED value IS 240 (94.14% from 255) = 71.22%

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

 BLUE value IS 75 (29.69% from 255) = 22.26%

R = 71.22%
G = 6.53%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F0164B (or 0xF0164B) is known color: Amaranth. HEX triplet: F0, 16 and 4B. RGB value is (240,22,75). Sum of RGB (Red+Green+Blue) = 240+22+75=337 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.22% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 240 - color contains mainly: red. Hex color #F0164B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0164B is #0FE9B4. Grayscale: #5D5D5D. Windows color (decimal): -1042869 or 4921072. OLE color: 4921072.

HSL color Cylindrical-coordinate representation of color #F0164B: hue angle of 345.41º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F0164B is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 22 75 -
CMYK 0 0.91 0.69 0.06
HSL 345.41º 0.88% 0.51% -
HSV(B) 345.41º 0.91% 0.94% -
XYZ 37.49 19.61 8.47 -
YUV 93.22 117.72 232.69 -
System Red Green Blue C M Y K H S L
Decimal 240 22 75 0 0.91 0.69 0.06 345.41 0.88 0.51
Hex F0 16 4B 0 5B 45 6 159 58 33
Octal 360 26 113 0 133 105 6 531 130 63
Binary 11110000 10110 1001011 0 1011011 1000101 110 101011001 1011000 110011

Color Harmonies of #F0164B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0164B

Black with #F0164B

Text Example


Text Example

White with #F0164B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0164B; }

 p { color: rgb(240,22,75); }

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

background-color css

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

 a { background-color: rgb(240,22,75); }

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

border-color css

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

 span { border-color: rgb(240,22,75); }

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