Html Css Color HEX #F85356 Radical Red

📋 copy color: '#F85356'

red 248 ◦ green 83 ◦ blue 86

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

Shades of Radical Red #F85356

Tints of Radical Red #F85356

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.9%

 BLUE value IS 86 (33.98% from 255) = 20.62%

R = 59.47%
G = 19.9%
B = 20.62%

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

#F85356 (or 0xF85356) is known color: Radical Red. HEX triplet: F8, 53 and 56. RGB value is (248,83,86). Sum of RGB (Red+Green+Blue) = 248+83+86=417 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.47% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 248 - color contains mainly: red. Hex color #F85356 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85356 is #07ACA9. Grayscale: #848484. Windows color (decimal): -502954 or 5657592. OLE color: 5657592.

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

Color convert

RGB 248 83 86 -
CMYK 0 0.67 0.65 0.03
HSL 358.91º 0.92% 0.65% -
HSV(B) 358.91º 0.67% 0.97% -
XYZ 43.48 26.81 11.69 -
YUV 132.68 101.66 210.26 -
System Red Green Blue C M Y K H S L
Decimal 248 83 86 0 0.67 0.65 0.03 358.91 0.92 0.65
Hex F8 53 56 0 43 41 3 167 5C 41
Octal 370 123 126 0 103 101 3 547 134 101
Binary 11111000 1010011 1010110 0 1000011 1000001 11 101100111 1011100 1000001

Color Harmonies of #F85356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85356

Black with #F85356

Text Example


Text Example

White with #F85356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85356; }

 p { color: rgb(248,83,86); }

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

background-color css

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

 a { background-color: rgb(248,83,86); }

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

border-color css

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

 span { border-color: rgb(248,83,86); }

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