Html Css Color HEX #F8515A Radical Red

📋 copy color: '#F8515A'

red 248 ◦ green 81 ◦ blue 90

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

Shades of Radical Red #F8515A

Tints of Radical Red #F8515A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.48%

R = 59.19%
G = 19.33%
B = 21.48%

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

#F8515A (or 0xF8515A) is known color: Radical Red. HEX triplet: F8, 51 and 5A. RGB value is (248,81,90). Sum of RGB (Red+Green+Blue) = 248+81+90=419 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.19% from 419); Green value is 81 (32.03% from 255 or 19.33% from 419); Blue value is 90 (35.55% from 255 or 21.48% from 419); Max value from RGB is 248 - color contains mainly: red. Hex color #F8515A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8515A is #07AEA5. Grayscale: #848484. Windows color (decimal): -503462 or 5919224. OLE color: 5919224.

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

Color convert

RGB 248 81 90 -
CMYK 0 0.67 0.64 0.03
HSL 356.77º 0.92% 0.65% -
HSV(B) 356.77º 0.67% 0.97% -
XYZ 43.5 26.58 12.51 -
YUV 131.96 104.33 210.77 -
System Red Green Blue C M Y K H S L
Decimal 248 81 90 0 0.67 0.64 0.03 356.77 0.92 0.65
Hex F8 51 5A 0 43 40 3 165 5C 41
Octal 370 121 132 0 103 100 3 545 134 101
Binary 11111000 1010001 1011010 0 1000011 1000000 11 101100101 1011100 1000001

Color Harmonies of #F8515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8515A

Black with #F8515A

Text Example


Text Example

White with #F8515A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8515A; }

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

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

background-color css

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

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

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

border-color css

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

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

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