Html Css Color HEX #F02853 Amaranth

📋 copy color: '#F02853'

red 240 ◦ green 40 ◦ blue 83

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

Shades of Amaranth #F02853

Tints of Amaranth #F02853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.87%

R = 66.12%
G = 11.02%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F02853 (or 0xF02853) is known color: Amaranth. HEX triplet: F0, 28 and 53. RGB value is (240,40,83). Sum of RGB (Red+Green+Blue) = 240+40+83=363 (48% of max value = 765). Red value is 240 (94.14% from 255 or 66.12% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 240 - color contains mainly: red. Hex color #F02853 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02853 is #0FD7AC. Grayscale: #686868. Windows color (decimal): -1038253 or 5449968. OLE color: 5449968.

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

Color convert

RGB 240 40 83 -
CMYK 0 0.83 0.65 0.06
HSL 347.1º 0.87% 0.55% -
HSV(B) 347.1º 0.83% 0.94% -
XYZ 38.26 20.67 10.16 -
YUV 104.7 115.76 224.5 -
System Red Green Blue C M Y K H S L
Decimal 240 40 83 0 0.83 0.65 0.06 347.1 0.87 0.55
Hex F0 28 53 0 53 41 6 15B 57 37
Octal 360 50 123 0 123 101 6 533 127 67
Binary 11110000 101000 1010011 0 1010011 1000001 110 101011011 1010111 110111

Color Harmonies of #F02853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02853

Black with #F02853

Text Example


Text Example

White with #F02853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02853; }

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

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

background-color css

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

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

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

border-color css

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

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

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