Html Css Color HEX #F85153 Radical Red

📋 copy color: '#F85153'

red 248 ◦ green 81 ◦ blue 83

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

Shades of Radical Red #F85153

Tints of Radical Red #F85153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.15%

R = 60.19%
G = 19.66%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#F85153 (or 0xF85153) is known color: Radical Red. HEX triplet: F8, 51 and 53. RGB value is (248,81,83). Sum of RGB (Red+Green+Blue) = 248+81+83=412 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.19% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 83 (32.81% from 255 or 20.15% from 412); Max value from RGB is 248 - color contains mainly: red. Hex color #F85153 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85153 is #07AEAC. Grayscale: #838383. Windows color (decimal): -503469 or 5460472. OLE color: 5460472.

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

Color convert

RGB 248 81 83 -
CMYK 0 0.67 0.67 0.03
HSL 359.28º 0.92% 0.65% -
HSV(B) 359.28º 0.67% 0.97% -
XYZ 43.22 26.47 11.01 -
YUV 131.16 100.83 211.34 -
System Red Green Blue C M Y K H S L
Decimal 248 81 83 0 0.67 0.67 0.03 359.28 0.92 0.65
Hex F8 51 53 0 43 43 3 167 5C 41
Octal 370 121 123 0 103 103 3 547 134 101
Binary 11111000 1010001 1010011 0 1000011 1000011 11 101100111 1011100 1000001

Color Harmonies of #F85153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85153

Black with #F85153

Text Example


Text Example

White with #F85153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85153; }

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

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

background-color css

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

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

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

border-color css

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

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

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