Html Css Color HEX #F7204B Amaranth

📋 copy color: '#F7204B'

red 247 ◦ green 32 ◦ blue 75

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

Shades of Amaranth #F7204B

Tints of Amaranth #F7204B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.04%

 BLUE value IS 75 (29.69% from 255) = 21.19%

R = 69.77%
G = 9.04%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F7204B (or 0xF7204B) is known color: Amaranth. HEX triplet: F7, 20 and 4B. RGB value is (247,32,75). Sum of RGB (Red+Green+Blue) = 247+32+75=354 (46% of max value = 765). Red value is 247 (96.88% from 255 or 69.77% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 247 - color contains mainly: red. Hex color #F7204B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7204B is #08DFB4. Grayscale: #656565. Windows color (decimal): -581557 or 4923639. OLE color: 4923639.

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

Color convert

RGB 247 32 75 -
CMYK 0 0.87 0.70 0.03
HSL 348º 0.93% 0.55% -
HSV(B) 348º 0.87% 0.97% -
XYZ 40.14 21.32 8.66 -
YUV 101.19 113.23 232 -
System Red Green Blue C M Y K H S L
Decimal 247 32 75 0 0.87 0.70 0.03 348 0.93 0.55
Hex F7 20 4B 0 57 46 3 15C 5D 37
Octal 367 40 113 0 127 106 3 534 135 67
Binary 11110111 100000 1001011 0 1010111 1000110 11 101011100 1011101 110111

Color Harmonies of #F7204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7204B

Black with #F7204B

Text Example


Text Example

White with #F7204B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7204B; }

 p { color: rgb(247,32,75); }

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

background-color css

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

 a { background-color: rgb(247,32,75); }

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

border-color css

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

 span { border-color: rgb(247,32,75); }

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