Html Css Color HEX #F8274E Amaranth

📋 copy color: '#F8274E'

red 248 ◦ green 39 ◦ blue 78

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

Shades of Amaranth #F8274E

Tints of Amaranth #F8274E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.37%

R = 67.95%
G = 10.68%
B = 21.37%

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

#F8274E (or 0xF8274E) is known color: Amaranth. HEX triplet: F8, 27 and 4E. RGB value is (248,39,78). Sum of RGB (Red+Green+Blue) = 248+39+78=365 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.95% from 365); Green value is 39 (15.62% from 255 or 10.68% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 248 - color contains mainly: red. Hex color #F8274E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8274E is #07D8B1. Grayscale: #696969. Windows color (decimal): -514226 or 5122040. OLE color: 5122040.

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

Color convert

RGB 248 39 78 -
CMYK 0 0.84 0.69 0.03
HSL 348.8º 0.94% 0.56% -
HSV(B) 348.8º 0.84% 0.97% -
XYZ 40.81 21.96 9.29 -
YUV 105.94 112.24 229.33 -
System Red Green Blue C M Y K H S L
Decimal 248 39 78 0 0.84 0.69 0.03 348.8 0.94 0.56
Hex F8 27 4E 0 54 45 3 15D 5E 38
Octal 370 47 116 0 124 105 3 535 136 70
Binary 11111000 100111 1001110 0 1010100 1000101 11 101011101 1011110 111000

Color Harmonies of #F8274E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8274E

Black with #F8274E

Text Example


Text Example

White with #F8274E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8274E; }

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

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

background-color css

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

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

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

border-color css

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

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

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