Html Css Color HEX #F7284C Amaranth

📋 copy color: '#F7284C'

red 247 ◦ green 40 ◦ blue 76

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

Shades of Amaranth #F7284C

Tints of Amaranth #F7284C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.94%

R = 68.04%
G = 11.02%
B = 20.94%

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

#F7284C (or 0xF7284C) is known color: Amaranth. HEX triplet: F7, 28 and 4C. RGB value is (247,40,76). Sum of RGB (Red+Green+Blue) = 247+40+76=363 (48% of max value = 765). Red value is 247 (96.88% from 255 or 68.04% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 247 - color contains mainly: red. Hex color #F7284C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7284C is #08D7B3. Grayscale: #6A6A6A. Windows color (decimal): -579508 or 4991223. OLE color: 4991223.

HSL color Cylindrical-coordinate representation of color #F7284C: hue angle of 349.57º 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 #F7284C is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 40 76 -
CMYK 0 0.84 0.69 0.03
HSL 349.57º 0.93% 0.56% -
HSV(B) 349.57º 0.84% 0.97% -
XYZ 40.42 21.81 8.92 -
YUV 106 111.08 228.57 -
System Red Green Blue C M Y K H S L
Decimal 247 40 76 0 0.84 0.69 0.03 349.57 0.93 0.56
Hex F7 28 4C 0 54 45 3 15E 5D 38
Octal 367 50 114 0 124 105 3 536 135 70
Binary 11110111 101000 1001100 0 1010100 1000101 11 101011110 1011101 111000

Color Harmonies of #F7284C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7284C

Black with #F7284C

Text Example


Text Example

White with #F7284C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7284C; }

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

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

background-color css

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

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

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

border-color css

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

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

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