Html Css Color HEX #F7274D Amaranth

📋 copy color: '#F7274D'

red 247 ◦ green 39 ◦ blue 77

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

Shades of Amaranth #F7274D

Tints of Amaranth #F7274D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.74%

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

R = 68.04%
G = 10.74%
B = 21.21%

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

#F7274D (or 0xF7274D) is known color: Amaranth. HEX triplet: F7, 27 and 4D. RGB value is (247,39,77). Sum of RGB (Red+Green+Blue) = 247+39+77=363 (48% of max value = 765). Red value is 247 (96.88% from 255 or 68.04% from 363); Green value is 39 (15.62% from 255 or 10.74% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 247 - color contains mainly: red. Hex color #F7274D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7274D is #08D8B2. Grayscale: #696969. Windows color (decimal): -579763 or 5056503. OLE color: 5056503.

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

Color convert

RGB 247 39 77 -
CMYK 0 0.84 0.69 0.03
HSL 349.04º 0.93% 0.56% -
HSV(B) 349.04º 0.84% 0.97% -
XYZ 40.42 21.76 9.09 -
YUV 105.52 111.91 228.91 -
System Red Green Blue C M Y K H S L
Decimal 247 39 77 0 0.84 0.69 0.03 349.04 0.93 0.56
Hex F7 27 4D 0 54 45 3 15D 5D 38
Octal 367 47 115 0 124 105 3 535 135 70
Binary 11110111 100111 1001101 0 1010100 1000101 11 101011101 1011101 111000

Color Harmonies of #F7274D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7274D

Black with #F7274D

Text Example


Text Example

White with #F7274D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7274D; }

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

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

background-color css

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

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

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

border-color css

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

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

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