Html Css Color HEX #F7274F Amaranth

📋 copy color: '#F7274F'

red 247 ◦ green 39 ◦ blue 79

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

Shades of Amaranth #F7274F

Tints of Amaranth #F7274F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.64%

R = 67.67%
G = 10.68%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F7274F (or 0xF7274F) is known color: Amaranth. HEX triplet: F7, 27 and 4F. RGB value is (247,39,79). Sum of RGB (Red+Green+Blue) = 247+39+79=365 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.67% from 365); Green value is 39 (15.62% from 255 or 10.68% from 365); Blue value is 79 (31.25% from 255 or 21.64% from 365); Max value from RGB is 247 - color contains mainly: red. Hex color #F7274F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7274F is #08D8B0. Grayscale: #696969. Windows color (decimal): -579761 or 5187575. OLE color: 5187575.

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

Color convert

RGB 247 39 79 -
CMYK 0 0.84 0.68 0.03
HSL 348.46º 0.93% 0.56% -
HSV(B) 348.46º 0.84% 0.97% -
XYZ 40.49 21.79 9.47 -
YUV 105.75 112.91 228.75 -
System Red Green Blue C M Y K H S L
Decimal 247 39 79 0 0.84 0.68 0.03 348.46 0.93 0.56
Hex F7 27 4F 0 54 44 3 15C 5D 38
Octal 367 47 117 0 124 104 3 534 135 70
Binary 11110111 100111 1001111 0 1010100 1000100 11 101011100 1011101 111000

Color Harmonies of #F7274F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7274F

Black with #F7274F

Text Example


Text Example

White with #F7274F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7274F; }

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

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

background-color css

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

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

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

border-color css

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

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

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