Html Css Color HEX #F85159 Radical Red

📋 copy color: '#F85159'

red 248 ◦ green 81 ◦ blue 89

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

Shades of Radical Red #F85159

Tints of Radical Red #F85159

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.38%

 BLUE value IS 89 (35.16% from 255) = 21.29%

R = 59.33%
G = 19.38%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#F85159 (or 0xF85159) is known color: Radical Red. HEX triplet: F8, 51 and 59. RGB value is (248,81,89). Sum of RGB (Red+Green+Blue) = 248+81+89=418 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.33% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 89 (35.16% from 255 or 21.29% from 418); Max value from RGB is 248 - color contains mainly: red. Hex color #F85159 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85159 is #07AEA6. Grayscale: #838383. Windows color (decimal): -503463 or 5853688. OLE color: 5853688.

HSL color Cylindrical-coordinate representation of color #F85159: hue angle of 357.13º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F85159 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 81 89 -
CMYK 0 0.67 0.64 0.03
HSL 357.13º 0.92% 0.65% -
HSV(B) 357.13º 0.67% 0.97% -
XYZ 43.46 26.56 12.29 -
YUV 131.85 103.83 210.85 -
System Red Green Blue C M Y K H S L
Decimal 248 81 89 0 0.67 0.64 0.03 357.13 0.92 0.65
Hex F8 51 59 0 43 40 3 165 5C 41
Octal 370 121 131 0 103 100 3 545 134 101
Binary 11111000 1010001 1011001 0 1000011 1000000 11 101100101 1011100 1000001

Color Harmonies of #F85159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85159

Black with #F85159

Text Example


Text Example

White with #F85159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85159; }

 p { color: rgb(248,81,89); }

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

background-color css

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

 a { background-color: rgb(248,81,89); }

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

border-color css

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

 span { border-color: rgb(248,81,89); }

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