Html Css Color HEX #F7274B Amaranth

📋 copy color: '#F7274B'

red 247 ◦ green 39 ◦ blue 75

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

Shades of Amaranth #F7274B

Tints of Amaranth #F7274B

RGB

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

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

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

R = 68.42%
G = 10.8%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F7274B (or 0xF7274B) is known color: Amaranth. HEX triplet: F7, 27 and 4B. RGB value is (247,39,75). Sum of RGB (Red+Green+Blue) = 247+39+75=361 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.42% from 361); Green value is 39 (15.62% from 255 or 10.80% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 247 - color contains mainly: red. Hex color #F7274B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7274B is #08D8B4. Grayscale: #696969. Windows color (decimal): -579765 or 4925431. OLE color: 4925431.

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

Color convert

RGB 247 39 75 -
CMYK 0 0.84 0.70 0.03
HSL 349.62º 0.93% 0.56% -
HSV(B) 349.62º 0.84% 0.97% -
XYZ 40.35 21.73 8.72 -
YUV 105.3 110.91 229.07 -
System Red Green Blue C M Y K H S L
Decimal 247 39 75 0 0.84 0.70 0.03 349.62 0.93 0.56
Hex F7 27 4B 0 54 46 3 15E 5D 38
Octal 367 47 113 0 124 106 3 536 135 70
Binary 11110111 100111 1001011 0 1010100 1000110 11 101011110 1011101 111000

Color Harmonies of #F7274B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7274B

Black with #F7274B

Text Example


Text Example

White with #F7274B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7274B; }

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

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

background-color css

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

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

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

border-color css

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

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

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