Html Css Color HEX #F8485B Radical Red

📋 copy color: '#F8485B'

red 248 ◦ green 72 ◦ blue 91

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

Shades of Radical Red #F8485B

Tints of Radical Red #F8485B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.52%

 BLUE value IS 91 (35.94% from 255) = 22.14%

R = 60.34%
G = 17.52%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#F8485B (or 0xF8485B) is known color: Radical Red. HEX triplet: F8, 48 and 5B. RGB value is (248,72,91). Sum of RGB (Red+Green+Blue) = 248+72+91=411 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.34% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 91 (35.94% from 255 or 22.14% from 411); Max value from RGB is 248 - color contains mainly: red. Hex color #F8485B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8485B is #07B7A4. Grayscale: #7E7E7E. Windows color (decimal): -505765 or 5982456. OLE color: 5982456.

HSL color Cylindrical-coordinate representation of color #F8485B: hue angle of 353.52º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F8485B is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 72 91 -
CMYK 0 0.71 0.63 0.03
HSL 353.52º 0.93% 0.63% -
HSV(B) 353.52º 0.71% 0.97% -
XYZ 42.92 25.35 12.53 -
YUV 126.79 107.81 214.46 -
System Red Green Blue C M Y K H S L
Decimal 248 72 91 0 0.71 0.63 0.03 353.52 0.93 0.63
Hex F8 48 5B 0 47 3F 3 162 5D 3F
Octal 370 110 133 0 107 77 3 542 135 77
Binary 11111000 1001000 1011011 0 1000111 111111 11 101100010 1011101 111111

Color Harmonies of #F8485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8485B

Black with #F8485B

Text Example


Text Example

White with #F8485B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8485B; }

 p { color: rgb(248,72,91); }

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

background-color css

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

 a { background-color: rgb(248,72,91); }

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

border-color css

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

 span { border-color: rgb(248,72,91); }

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