Html Css Color HEX #F7304C Amaranth

📋 copy color: '#F7304C'

red 247 ◦ green 48 ◦ blue 76

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

Shades of Amaranth #F7304C

Tints of Amaranth #F7304C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.94%

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

R = 66.58%
G = 12.94%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F7304C (or 0xF7304C) is known color: Amaranth. HEX triplet: F7, 30 and 4C. RGB value is (247,48,76). Sum of RGB (Red+Green+Blue) = 247+48+76=371 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.58% from 371); Green value is 48 (19.14% from 255 or 12.94% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 247 - color contains mainly: red. Hex color #F7304C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7304C is #08CFB3. Grayscale: #6E6E6E. Windows color (decimal): -577460 or 4993271. OLE color: 4993271.

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

Color convert

RGB 247 48 76 -
CMYK 0 0.81 0.69 0.03
HSL 351.56º 0.93% 0.58% -
HSV(B) 351.56º 0.81% 0.97% -
XYZ 40.72 22.41 9.02 -
YUV 110.69 108.43 225.22 -
System Red Green Blue C M Y K H S L
Decimal 247 48 76 0 0.81 0.69 0.03 351.56 0.93 0.58
Hex F7 30 4C 0 51 45 3 160 5D 3A
Octal 367 60 114 0 121 105 3 540 135 72
Binary 11110111 110000 1001100 0 1010001 1000101 11 101100000 1011101 111010

Color Harmonies of #F7304C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7304C

Black with #F7304C

Text Example


Text Example

White with #F7304C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7304C; }

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

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

background-color css

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

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

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

border-color css

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

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

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