Html Css Color HEX #F81750 Amaranth

📋 copy color: '#F81750'

red 248 ◦ green 23 ◦ blue 80

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

Shades of Amaranth #F81750

Tints of Amaranth #F81750

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.55%

 BLUE value IS 80 (31.64% from 255) = 22.79%

R = 70.66%
G = 6.55%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F81750 (or 0xF81750) is known color: Amaranth. HEX triplet: F8, 17 and 50. RGB value is (248,23,80). Sum of RGB (Red+Green+Blue) = 248+23+80=351 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.66% from 351); Green value is 23 (9.38% from 255 or 6.55% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 248 - color contains mainly: red. Hex color #F81750 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81750 is #07E8AF. Grayscale: #606060. Windows color (decimal): -518320 or 5249016. OLE color: 5249016.

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

Color convert

RGB 248 23 80 -
CMYK 0 0.91 0.68 0.03
HSL 344.8º 0.94% 0.53% -
HSV(B) 344.8º 0.91% 0.97% -
XYZ 40.47 21.15 9.54 -
YUV 96.77 118.54 235.87 -
System Red Green Blue C M Y K H S L
Decimal 248 23 80 0 0.91 0.68 0.03 344.8 0.94 0.53
Hex F8 17 50 0 5B 44 3 159 5E 35
Octal 370 27 120 0 133 104 3 531 136 65
Binary 11111000 10111 1010000 0 1011011 1000100 11 101011001 1011110 110101

Color Harmonies of #F81750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81750

Black with #F81750

Text Example


Text Example

White with #F81750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81750; }

 p { color: rgb(248,23,80); }

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

background-color css

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

 a { background-color: rgb(248,23,80); }

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

border-color css

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

 span { border-color: rgb(248,23,80); }

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