Html Css Color HEX #F8486A Radical Red

📋 copy color: '#F8486A'

red 248 ◦ green 72 ◦ blue 106

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

Shades of Radical Red #F8486A

Tints of Radical Red #F8486A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.88%

R = 58.22%
G = 16.9%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F8486A (or 0xF8486A) is known color: Radical Red. HEX triplet: F8, 48 and 6A. RGB value is (248,72,106). Sum of RGB (Red+Green+Blue) = 248+72+106=426 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.22% from 426); Green value is 72 (28.52% from 255 or 16.90% from 426); Blue value is 106 (41.80% from 255 or 24.88% from 426); Max value from RGB is 248 - color contains mainly: red. Hex color #F8486A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8486A is #07B795. Grayscale: #808080. Windows color (decimal): -505750 or 6965496. OLE color: 6965496.

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

Color convert

RGB 248 72 106 -
CMYK 0 0.71 0.57 0.03
HSL 348.41º 0.93% 0.63% -
HSV(B) 348.41º 0.71% 0.97% -
XYZ 43.63 25.63 16.28 -
YUV 128.5 115.31 213.24 -
System Red Green Blue C M Y K H S L
Decimal 248 72 106 0 0.71 0.57 0.03 348.41 0.93 0.63
Hex F8 48 6A 0 47 39 3 15C 5D 3F
Octal 370 110 152 0 107 71 3 534 135 77
Binary 11111000 1001000 1101010 0 1000111 111001 11 101011100 1011101 111111

Color Harmonies of #F8486A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8486A

Black with #F8486A

Text Example


Text Example

White with #F8486A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8486A; }

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

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

background-color css

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

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

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

border-color css

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

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

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