Html Css Color HEX #F85359 Radical Red

📋 copy color: '#F85359'

red 248 ◦ green 83 ◦ blue 89

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

Shades of Radical Red #F85359

Tints of Radical Red #F85359

RGB

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

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

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

R = 59.05%
G = 19.76%
B = 21.19%

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

#F85359 (or 0xF85359) is known color: Radical Red. HEX triplet: F8, 53 and 59. RGB value is (248,83,89). Sum of RGB (Red+Green+Blue) = 248+83+89=420 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.05% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 89 (35.16% from 255 or 21.19% from 420); Max value from RGB is 248 - color contains mainly: red. Hex color #F85359 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85359 is #07ACA6. Grayscale: #858585. Windows color (decimal): -502951 or 5854200. OLE color: 5854200.

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

Color convert

RGB 248 83 89 -
CMYK 0 0.67 0.64 0.03
HSL 357.82º 0.92% 0.65% -
HSV(B) 357.82º 0.67% 0.97% -
XYZ 43.61 26.86 12.34 -
YUV 133.02 103.16 210.01 -
System Red Green Blue C M Y K H S L
Decimal 248 83 89 0 0.67 0.64 0.03 357.82 0.92 0.65
Hex F8 53 59 0 43 40 3 166 5C 41
Octal 370 123 131 0 103 100 3 546 134 101
Binary 11111000 1010011 1011001 0 1000011 1000000 11 101100110 1011100 1000001

Color Harmonies of #F85359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85359

Black with #F85359

Text Example


Text Example

White with #F85359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85359; }

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

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

background-color css

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

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

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

border-color css

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

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

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