Html Css Color HEX #F81852 Amaranth

📋 copy color: '#F81852'

red 248 ◦ green 24 ◦ blue 82

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

Shades of Amaranth #F81852

Tints of Amaranth #F81852

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.78%

 BLUE value IS 82 (32.42% from 255) = 23.16%

R = 70.06%
G = 6.78%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#F81852 (or 0xF81852) is known color: Amaranth. HEX triplet: F8, 18 and 52. RGB value is (248,24,82). Sum of RGB (Red+Green+Blue) = 248+24+82=354 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.06% from 354); Green value is 24 (9.77% from 255 or 6.78% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 248 - color contains mainly: red. Hex color #F81852 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81852 is #07E7AD. Grayscale: #616161. Windows color (decimal): -518062 or 5380344. OLE color: 5380344.

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

Color convert

RGB 248 24 82 -
CMYK 0 0.90 0.67 0.03
HSL 344.46º 0.94% 0.53% -
HSV(B) 344.46º 0.9% 0.97% -
XYZ 40.56 21.22 9.94 -
YUV 97.59 119.21 235.28 -
System Red Green Blue C M Y K H S L
Decimal 248 24 82 0 0.90 0.67 0.03 344.46 0.94 0.53
Hex F8 18 52 0 5A 43 3 158 5E 35
Octal 370 30 122 0 132 103 3 530 136 65
Binary 11111000 11000 1010010 0 1011010 1000011 11 101011000 1011110 110101

Color Harmonies of #F81852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81852

Black with #F81852

Text Example


Text Example

White with #F81852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81852; }

 p { color: rgb(248,24,82); }

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

background-color css

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

 a { background-color: rgb(248,24,82); }

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

border-color css

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

 span { border-color: rgb(248,24,82); }

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