Html Css Color HEX #F85259 Radical Red

📋 copy color: '#F85259'

red 248 ◦ green 82 ◦ blue 89

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

Shades of Radical Red #F85259

Tints of Radical Red #F85259

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.57%

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

R = 59.19%
G = 19.57%
B = 21.24%

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

#F85259 (or 0xF85259) is known color: Radical Red. HEX triplet: F8, 52 and 59. RGB value is (248,82,89). Sum of RGB (Red+Green+Blue) = 248+82+89=419 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.19% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 89 (35.16% from 255 or 21.24% from 419); Max value from RGB is 248 - color contains mainly: red. Hex color #F85259 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85259 is #07ADA6. Grayscale: #848484. Windows color (decimal): -503207 or 5853944. OLE color: 5853944.

HSL color Cylindrical-coordinate representation of color #F85259: hue angle of 357.47º 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 #F85259 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 82 89 -
CMYK 0 0.67 0.64 0.03
HSL 357.47º 0.92% 0.65% -
HSV(B) 357.47º 0.67% 0.97% -
XYZ 43.53 26.71 12.31 -
YUV 132.43 103.5 210.43 -
System Red Green Blue C M Y K H S L
Decimal 248 82 89 0 0.67 0.64 0.03 357.47 0.92 0.65
Hex F8 52 59 0 43 40 3 165 5C 41
Octal 370 122 131 0 103 100 3 545 134 101
Binary 11111000 1010010 1011001 0 1000011 1000000 11 101100101 1011100 1000001

Color Harmonies of #F85259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85259

Black with #F85259

Text Example


Text Example

White with #F85259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85259; }

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

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

background-color css

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

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

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

border-color css

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

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

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