Html Css Color HEX #F8404E Radical Red

📋 copy color: '#F8404E'

red 248 ◦ green 64 ◦ blue 78

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

Shades of Radical Red #F8404E

Tints of Radical Red #F8404E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.41%

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

R = 63.59%
G = 16.41%
B = 20%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F8404E (or 0xF8404E) is known color: Radical Red. HEX triplet: F8, 40 and 4E. RGB value is (248,64,78). Sum of RGB (Red+Green+Blue) = 248+64+78=390 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.59% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 78 (30.86% from 255 or 20% from 390); Max value from RGB is 248 - color contains mainly: red. Hex color #F8404E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8404E is #07BFB1. Grayscale: #787878. Windows color (decimal): -507826 or 5128440. OLE color: 5128440.

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

Color convert

RGB 248 64 78 -
CMYK 0 0.74 0.69 0.03
HSL 355.43º 0.93% 0.61% -
HSV(B) 355.43º 0.74% 0.97% -
XYZ 41.92 24.17 9.66 -
YUV 120.61 103.96 218.86 -
System Red Green Blue C M Y K H S L
Decimal 248 64 78 0 0.74 0.69 0.03 355.43 0.93 0.61
Hex F8 40 4E 0 4A 45 3 163 5D 3D
Octal 370 100 116 0 112 105 3 543 135 75
Binary 11111000 1000000 1001110 0 1001010 1000101 11 101100011 1011101 111101

Color Harmonies of #F8404E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8404E

Black with #F8404E

Text Example


Text Example

White with #F8404E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8404E; }

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

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

background-color css

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

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

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

border-color css

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

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

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