Html Css Color HEX #F0215D Amaranth

📋 copy color: '#F0215D'

red 240 ◦ green 33 ◦ blue 93

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

Shades of Amaranth #F0215D

Tints of Amaranth #F0215D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.02%

 BLUE value IS 93 (36.72% from 255) = 25.41%

R = 65.57%
G = 9.02%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#F0215D (or 0xF0215D) is known color: Amaranth. HEX triplet: F0, 21 and 5D. RGB value is (240,33,93). Sum of RGB (Red+Green+Blue) = 240+33+93=366 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.57% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 240 - color contains mainly: red. Hex color #F0215D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0215D is #0FDEA2. Grayscale: #656565. Windows color (decimal): -1040035 or 6103536. OLE color: 6103536.

HSL color Cylindrical-coordinate representation of color #F0215D: hue angle of 342.61º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F0215D is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 33 93 -
CMYK 0 0.86 0.61 0.06
HSL 342.61º 0.87% 0.54% -
HSV(B) 342.61º 0.86% 0.94% -
XYZ 38.45 20.4 12.27 -
YUV 101.73 123.08 226.62 -
System Red Green Blue C M Y K H S L
Decimal 240 33 93 0 0.86 0.61 0.06 342.61 0.87 0.54
Hex F0 21 5D 0 56 3D 6 157 57 36
Octal 360 41 135 0 126 75 6 527 127 66
Binary 11110000 100001 1011101 0 1010110 111101 110 101010111 1010111 110110

Color Harmonies of #F0215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0215D

Black with #F0215D

Text Example


Text Example

White with #F0215D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0215D; }

 p { color: rgb(240,33,93); }

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

background-color css

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

 a { background-color: rgb(240,33,93); }

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

border-color css

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

 span { border-color: rgb(240,33,93); }

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