Html Css Color HEX #F85257 Radical Red

📋 copy color: '#F85257'

red 248 ◦ green 82 ◦ blue 87

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

Shades of Radical Red #F85257

Tints of Radical Red #F85257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 20.86%

R = 59.47%
G = 19.66%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.03

RGB Variations

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

Color information

#F85257 (or 0xF85257) is known color: Radical Red. HEX triplet: F8, 52 and 57. RGB value is (248,82,87). Sum of RGB (Red+Green+Blue) = 248+82+87=417 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.47% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 87 (34.38% from 255 or 20.86% from 417); Max value from RGB is 248 - color contains mainly: red. Hex color #F85257 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85257 is #07ADA8. Grayscale: #848484. Windows color (decimal): -503209 or 5722872. OLE color: 5722872.

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

Color convert

RGB 248 82 87 -
CMYK 0 0.67 0.65 0.03
HSL 358.19º 0.92% 0.65% -
HSV(B) 358.19º 0.67% 0.97% -
XYZ 43.45 26.68 11.88 -
YUV 132.2 102.5 210.59 -
System Red Green Blue C M Y K H S L
Decimal 248 82 87 0 0.67 0.65 0.03 358.19 0.92 0.65
Hex F8 52 57 0 43 41 3 166 5C 41
Octal 370 122 127 0 103 101 3 546 134 101
Binary 11111000 1010010 1010111 0 1000011 1000001 11 101100110 1011100 1000001

Color Harmonies of #F85257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85257

Black with #F85257

Text Example


Text Example

White with #F85257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85257; }

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

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

background-color css

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

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

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

border-color css

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

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

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