Html Css Color HEX #F81D4B Amaranth

📋 copy color: '#F81D4B'

red 248 ◦ green 29 ◦ blue 75

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

Shades of Amaranth #F81D4B

Tints of Amaranth #F81D4B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.24%

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

R = 70.45%
G = 8.24%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F81D4B (or 0xF81D4B) is known color: Amaranth. HEX triplet: F8, 1D and 4B. RGB value is (248,29,75). Sum of RGB (Red+Green+Blue) = 248+29+75=352 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.45% from 352); Green value is 29 (11.72% from 255 or 8.24% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 248 - color contains mainly: red. Hex color #F81D4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F81D4B is #07E2B4. Grayscale: #636363. Windows color (decimal): -516789 or 4922872. OLE color: 4922872.

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

Color convert

RGB 248 29 75 -
CMYK 0 0.88 0.70 0.03
HSL 347.4º 0.94% 0.54% -
HSV(B) 347.4º 0.88% 0.97% -
XYZ 40.42 21.34 8.65 -
YUV 99.73 114.05 233.76 -
System Red Green Blue C M Y K H S L
Decimal 248 29 75 0 0.88 0.70 0.03 347.4 0.94 0.54
Hex F8 1D 4B 0 58 46 3 15B 5E 36
Octal 370 35 113 0 130 106 3 533 136 66
Binary 11111000 11101 1001011 0 1011000 1000110 11 101011011 1011110 110110

Color Harmonies of #F81D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81D4B

Black with #F81D4B

Text Example


Text Example

White with #F81D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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