Html Css Color HEX #F7264C Amaranth

📋 copy color: '#F7264C'

red 247 ◦ green 38 ◦ blue 76

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

Shades of Amaranth #F7264C

Tints of Amaranth #F7264C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.53%

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

R = 68.42%
G = 10.53%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F7264C (or 0xF7264C) is known color: Amaranth. HEX triplet: F7, 26 and 4C. RGB value is (247,38,76). Sum of RGB (Red+Green+Blue) = 247+38+76=361 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.42% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 247 - color contains mainly: red. Hex color #F7264C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7264C is #08D9B3. Grayscale: #686868. Windows color (decimal): -580020 or 4990711. OLE color: 4990711.

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

Color convert

RGB 247 38 76 -
CMYK 0 0.85 0.69 0.03
HSL 349.09º 0.93% 0.56% -
HSV(B) 349.09º 0.85% 0.97% -
XYZ 40.36 21.68 8.9 -
YUV 104.82 111.74 229.41 -
System Red Green Blue C M Y K H S L
Decimal 247 38 76 0 0.85 0.69 0.03 349.09 0.93 0.56
Hex F7 26 4C 0 55 45 3 15D 5D 38
Octal 367 46 114 0 125 105 3 535 135 70
Binary 11110111 100110 1001100 0 1010101 1000101 11 101011101 1011101 111000

Color Harmonies of #F7264C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7264C

Black with #F7264C

Text Example


Text Example

White with #F7264C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7264C; }

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

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

background-color css

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

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

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

border-color css

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

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

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