Html Css Color HEX #F0205C Amaranth

📋 copy color: '#F0205C'

red 240 ◦ green 32 ◦ blue 92

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

Shades of Amaranth #F0205C

Tints of Amaranth #F0205C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.79%

 BLUE value IS 92 (36.33% from 255) = 25.27%

R = 65.93%
G = 8.79%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0205C (or 0xF0205C) is known color: Amaranth. HEX triplet: F0, 20 and 5C. RGB value is (240,32,92). Sum of RGB (Red+Green+Blue) = 240+32+92=364 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.93% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 240 - color contains mainly: red. Hex color #F0205C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0205C is #0FDFA3. Grayscale: #656565. Windows color (decimal): -1040292 or 6037744. OLE color: 6037744.

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

Color convert

RGB 240 32 92 -
CMYK 0 0.87 0.62 0.06
HSL 342.69º 0.87% 0.53% -
HSV(B) 342.69º 0.87% 0.94% -
XYZ 38.38 20.33 12.03 -
YUV 101.03 122.91 227.12 -
System Red Green Blue C M Y K H S L
Decimal 240 32 92 0 0.87 0.62 0.06 342.69 0.87 0.53
Hex F0 20 5C 0 57 3E 6 157 57 35
Octal 360 40 134 0 127 76 6 527 127 65
Binary 11110000 100000 1011100 0 1010111 111110 110 101010111 1010111 110101

Color Harmonies of #F0205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0205C

Black with #F0205C

Text Example


Text Example

White with #F0205C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0205C; }

 p { color: rgb(240,32,92); }

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

background-color css

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

 a { background-color: rgb(240,32,92); }

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

border-color css

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

 span { border-color: rgb(240,32,92); }

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