Html Css Color HEX #F8274F Amaranth

📋 copy color: '#F8274F'

red 248 ◦ green 39 ◦ blue 79

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

Shades of Amaranth #F8274F

Tints of Amaranth #F8274F

RGB

 RED value IS 248 (97.27% from 255) = 67.76%

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

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

R = 67.76%
G = 10.66%
B = 21.58%

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

#F8274F (or 0xF8274F) is known color: Amaranth. HEX triplet: F8, 27 and 4F. RGB value is (248,39,79). Sum of RGB (Red+Green+Blue) = 248+39+79=366 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.76% from 366); Green value is 39 (15.62% from 255 or 10.66% from 366); Blue value is 79 (31.25% from 255 or 21.58% from 366); Max value from RGB is 248 - color contains mainly: red. Hex color #F8274F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8274F is #07D8B0. Grayscale: #6A6A6A. Windows color (decimal): -514225 or 5187576. OLE color: 5187576.

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

Color convert

RGB 248 39 79 -
CMYK 0 0.84 0.68 0.03
HSL 348.52º 0.94% 0.56% -
HSV(B) 348.52º 0.84% 0.97% -
XYZ 40.85 21.97 9.49 -
YUV 106.05 112.74 229.25 -
System Red Green Blue C M Y K H S L
Decimal 248 39 79 0 0.84 0.68 0.03 348.52 0.94 0.56
Hex F8 27 4F 0 54 44 3 15D 5E 38
Octal 370 47 117 0 124 104 3 535 136 70
Binary 11111000 100111 1001111 0 1010100 1000100 11 101011101 1011110 111000

Color Harmonies of #F8274F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8274F

Black with #F8274F

Text Example


Text Example

White with #F8274F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8274F; }

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

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

background-color css

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

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

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

border-color css

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

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

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