Html Css Color HEX #F8404A Radical Red

📋 copy color: '#F8404A'

red 248 ◦ green 64 ◦ blue 74

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

Shades of Radical Red #F8404A

Tints of Radical Red #F8404A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.17%

R = 64.25%
G = 16.58%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F8404A (or 0xF8404A) is known color: Radical Red. HEX triplet: F8, 40 and 4A. RGB value is (248,64,74). Sum of RGB (Red+Green+Blue) = 248+64+74=386 (51% of max value = 765). Red value is 248 (97.27% from 255 or 64.25% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 248 - color contains mainly: red. Hex color #F8404A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8404A is #07BFB5. Grayscale: #787878. Windows color (decimal): -507830 or 4866296. OLE color: 4866296.

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

Color convert

RGB 248 64 74 -
CMYK 0 0.74 0.70 0.03
HSL 356.74º 0.93% 0.61% -
HSV(B) 356.74º 0.74% 0.97% -
XYZ 41.78 24.12 8.93 -
YUV 120.16 101.96 219.19 -
System Red Green Blue C M Y K H S L
Decimal 248 64 74 0 0.74 0.70 0.03 356.74 0.93 0.61
Hex F8 40 4A 0 4A 46 3 165 5D 3D
Octal 370 100 112 0 112 106 3 545 135 75
Binary 11111000 1000000 1001010 0 1001010 1000110 11 101100101 1011101 111101

Color Harmonies of #F8404A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8404A

Black with #F8404A

Text Example


Text Example

White with #F8404A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8404A; }

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

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

background-color css

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

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

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

border-color css

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

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

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