Html Css Color HEX #F02851 Amaranth

📋 copy color: '#F02851'

red 240 ◦ green 40 ◦ blue 81

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

Shades of Amaranth #F02851

Tints of Amaranth #F02851

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.08%

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

R = 66.48%
G = 11.08%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F02851 (or 0xF02851) is known color: Amaranth. HEX triplet: F0, 28 and 51. RGB value is (240,40,81). Sum of RGB (Red+Green+Blue) = 240+40+81=361 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.48% from 361); Green value is 40 (16.02% from 255 or 11.08% from 361); Blue value is 81 (32.03% from 255 or 22.44% from 361); Max value from RGB is 240 - color contains mainly: red. Hex color #F02851 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02851 is #0FD7AE. Grayscale: #686868. Windows color (decimal): -1038255 or 5318896. OLE color: 5318896.

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

Color convert

RGB 240 40 81 -
CMYK 0 0.83 0.66 0.06
HSL 347.7º 0.87% 0.55% -
HSV(B) 347.7º 0.83% 0.94% -
XYZ 38.18 20.64 9.76 -
YUV 104.47 114.76 224.67 -
System Red Green Blue C M Y K H S L
Decimal 240 40 81 0 0.83 0.66 0.06 347.7 0.87 0.55
Hex F0 28 51 0 53 42 6 15C 57 37
Octal 360 50 121 0 123 102 6 534 127 67
Binary 11110000 101000 1010001 0 1010011 1000010 110 101011100 1010111 110111

Color Harmonies of #F02851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02851

Black with #F02851

Text Example


Text Example

White with #F02851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02851; }

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

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

background-color css

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

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

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

border-color css

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

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

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