Html Css Color HEX #F7284D Amaranth

📋 copy color: '#F7284D'

red 247 ◦ green 40 ◦ blue 77

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

Shades of Amaranth #F7284D

Tints of Amaranth #F7284D

RGB

 RED value IS 247 (96.88% from 255) = 67.86%

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

 BLUE value IS 77 (30.47% from 255) = 21.15%

R = 67.86%
G = 10.99%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F7284D (or 0xF7284D) is known color: Amaranth. HEX triplet: F7, 28 and 4D. RGB value is (247,40,77). Sum of RGB (Red+Green+Blue) = 247+40+77=364 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.86% from 364); Green value is 40 (16.02% from 255 or 10.99% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 247 - color contains mainly: red. Hex color #F7284D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7284D is #08D7B2. Grayscale: #6A6A6A. Windows color (decimal): -579507 or 5056759. OLE color: 5056759.

HSL color Cylindrical-coordinate representation of color #F7284D: hue angle of 349.28º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F7284D is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 40 77 -
CMYK 0 0.84 0.69 0.03
HSL 349.28º 0.93% 0.56% -
HSV(B) 349.28º 0.84% 0.97% -
XYZ 40.46 21.83 9.1 -
YUV 106.11 111.58 228.49 -
System Red Green Blue C M Y K H S L
Decimal 247 40 77 0 0.84 0.69 0.03 349.28 0.93 0.56
Hex F7 28 4D 0 54 45 3 15D 5D 38
Octal 367 50 115 0 124 105 3 535 135 70
Binary 11110111 101000 1001101 0 1010100 1000101 11 101011101 1011101 111000

Color Harmonies of #F7284D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7284D

Black with #F7284D

Text Example


Text Example

White with #F7284D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7284D; }

 p { color: rgb(247,40,77); }

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

background-color css

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

 a { background-color: rgb(247,40,77); }

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

border-color css

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

 span { border-color: rgb(247,40,77); }

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