Html Css Color HEX #F02051 Amaranth

📋 copy color: '#F02051'

red 240 ◦ green 32 ◦ blue 81

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

Shades of Amaranth #F02051

Tints of Amaranth #F02051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.95%

R = 67.99%
G = 9.07%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F02051 (or 0xF02051) is known color: Amaranth. HEX triplet: F0, 20 and 51. RGB value is (240,32,81). Sum of RGB (Red+Green+Blue) = 240+32+81=353 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.99% from 353); Green value is 32 (12.89% from 255 or 9.07% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 240 - color contains mainly: red. Hex color #F02051 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02051 is #0FDFAE. Grayscale: #636363. Windows color (decimal): -1040303 or 5316848. OLE color: 5316848.

HSL color Cylindrical-coordinate representation of color #F02051: hue angle of 345.87º 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 #F02051 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 32 81 -
CMYK 0 0.87 0.66 0.06
HSL 345.87º 0.87% 0.53% -
HSV(B) 345.87º 0.87% 0.94% -
XYZ 37.94 20.15 9.67 -
YUV 99.78 117.41 228.02 -
System Red Green Blue C M Y K H S L
Decimal 240 32 81 0 0.87 0.66 0.06 345.87 0.87 0.53
Hex F0 20 51 0 57 42 6 15A 57 35
Octal 360 40 121 0 127 102 6 532 127 65
Binary 11110000 100000 1010001 0 1010111 1000010 110 101011010 1010111 110101

Color Harmonies of #F02051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02051

Black with #F02051

Text Example


Text Example

White with #F02051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02051; }

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

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

background-color css

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

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

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

border-color css

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

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

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