Html Css Color HEX #F8484E Radical Red

📋 copy color: '#F8484E'

red 248 ◦ green 72 ◦ blue 78

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

Shades of Radical Red #F8484E

Tints of Radical Red #F8484E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.6%

R = 62.31%
G = 18.09%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F8484E (or 0xF8484E) is known color: Radical Red. HEX triplet: F8, 48 and 4E. RGB value is (248,72,78). Sum of RGB (Red+Green+Blue) = 248+72+78=398 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.31% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 78 (30.86% from 255 or 19.60% from 398); Max value from RGB is 248 - color contains mainly: red. Hex color #F8484E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8484E is #07B7B1. Grayscale: #7D7D7D. Windows color (decimal): -505778 or 5130488. OLE color: 5130488.

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

Color convert

RGB 248 72 78 -
CMYK 0 0.71 0.69 0.03
HSL 357.95º 0.93% 0.63% -
HSV(B) 357.95º 0.71% 0.97% -
XYZ 42.4 25.14 9.83 -
YUV 125.31 101.31 215.51 -
System Red Green Blue C M Y K H S L
Decimal 248 72 78 0 0.71 0.69 0.03 357.95 0.93 0.63
Hex F8 48 4E 0 47 45 3 166 5D 3F
Octal 370 110 116 0 107 105 3 546 135 77
Binary 11111000 1001000 1001110 0 1000111 1000101 11 101100110 1011101 111111

Color Harmonies of #F8484E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8484E

Black with #F8484E

Text Example


Text Example

White with #F8484E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8484E; }

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

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

background-color css

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

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

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

border-color css

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

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

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