Html Css Color HEX #F0284F Amaranth

📋 copy color: '#F0284F'

red 240 ◦ green 40 ◦ blue 79

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

Shades of Amaranth #F0284F

Tints of Amaranth #F0284F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.01%

R = 66.85%
G = 11.14%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F0284F (or 0xF0284F) is known color: Amaranth. HEX triplet: F0, 28 and 4F. RGB value is (240,40,79). Sum of RGB (Red+Green+Blue) = 240+40+79=359 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.85% from 359); Green value is 40 (16.02% from 255 or 11.14% from 359); Blue value is 79 (31.25% from 255 or 22.01% from 359); Max value from RGB is 240 - color contains mainly: red. Hex color #F0284F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0284F is #0FD7B0. Grayscale: #686868. Windows color (decimal): -1038257 or 5187824. OLE color: 5187824.

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

Color convert

RGB 240 40 79 -
CMYK 0 0.83 0.67 0.06
HSL 348.3º 0.87% 0.55% -
HSV(B) 348.3º 0.83% 0.94% -
XYZ 38.11 20.61 9.37 -
YUV 104.25 113.76 224.83 -
System Red Green Blue C M Y K H S L
Decimal 240 40 79 0 0.83 0.67 0.06 348.3 0.87 0.55
Hex F0 28 4F 0 53 43 6 15C 57 37
Octal 360 50 117 0 123 103 6 534 127 67
Binary 11110000 101000 1001111 0 1010011 1000011 110 101011100 1010111 110111

Color Harmonies of #F0284F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0284F

Black with #F0284F

Text Example


Text Example

White with #F0284F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0284F; }

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

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

background-color css

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

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

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

border-color css

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

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

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