Html Css Color HEX #F8274C Amaranth

📋 copy color: '#F8274C'

red 248 ◦ green 39 ◦ blue 76

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

Shades of Amaranth #F8274C

Tints of Amaranth #F8274C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.94%

R = 68.32%
G = 10.74%
B = 20.94%

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

#F8274C (or 0xF8274C) is known color: Amaranth. HEX triplet: F8, 27 and 4C. RGB value is (248,39,76). Sum of RGB (Red+Green+Blue) = 248+39+76=363 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.32% from 363); Green value is 39 (15.62% from 255 or 10.74% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 248 - color contains mainly: red. Hex color #F8274C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8274C is #07D8B3. Grayscale: #696969. Windows color (decimal): -514228 or 4990968. OLE color: 4990968.

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

Color convert

RGB 248 39 76 -
CMYK 0 0.84 0.69 0.03
HSL 349.38º 0.94% 0.56% -
HSV(B) 349.38º 0.84% 0.97% -
XYZ 40.74 21.93 8.92 -
YUV 105.71 111.24 229.49 -
System Red Green Blue C M Y K H S L
Decimal 248 39 76 0 0.84 0.69 0.03 349.38 0.94 0.56
Hex F8 27 4C 0 54 45 3 15D 5E 38
Octal 370 47 114 0 124 105 3 535 136 70
Binary 11111000 100111 1001100 0 1010100 1000101 11 101011101 1011110 111000

Color Harmonies of #F8274C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8274C

Black with #F8274C

Text Example


Text Example

White with #F8274C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8274C; }

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

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

background-color css

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

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

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

border-color css

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

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

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