Html Css Color HEX #F8224B Amaranth

📋 copy color: '#F8224B'

red 248 ◦ green 34 ◦ blue 75

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

Shades of Amaranth #F8224B

Tints of Amaranth #F8224B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.52%

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

R = 69.47%
G = 9.52%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F8224B (or 0xF8224B) is known color: Amaranth. HEX triplet: F8, 22 and 4B. RGB value is (248,34,75). Sum of RGB (Red+Green+Blue) = 248+34+75=357 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.47% from 357); Green value is 34 (13.67% from 255 or 9.52% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 248 - color contains mainly: red. Hex color #F8224B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8224B is #07DDB4. Grayscale: #666666. Windows color (decimal): -515509 or 4924152. OLE color: 4924152.

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

Color convert

RGB 248 34 75 -
CMYK 0 0.86 0.70 0.03
HSL 348.5º 0.94% 0.55% -
HSV(B) 348.5º 0.86% 0.97% -
XYZ 40.55 21.61 8.69 -
YUV 102.66 112.4 231.67 -
System Red Green Blue C M Y K H S L
Decimal 248 34 75 0 0.86 0.70 0.03 348.5 0.94 0.55
Hex F8 22 4B 0 56 46 3 15D 5E 37
Octal 370 42 113 0 126 106 3 535 136 67
Binary 11111000 100010 1001011 0 1010110 1000110 11 101011101 1011110 110111

Color Harmonies of #F8224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8224B

Black with #F8224B

Text Example


Text Example

White with #F8224B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8224B; }

 p { color: rgb(248,34,75); }

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

background-color css

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

 a { background-color: rgb(248,34,75); }

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

border-color css

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

 span { border-color: rgb(248,34,75); }

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