Html Css Color HEX #F8464A Radical Red

📋 copy color: '#F8464A'

red 248 ◦ green 70 ◦ blue 74

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

Shades of Radical Red #F8464A

Tints of Radical Red #F8464A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.86%

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

R = 63.27%
G = 17.86%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F8464A (or 0xF8464A) is known color: Radical Red. HEX triplet: F8, 46 and 4A. RGB value is (248,70,74). Sum of RGB (Red+Green+Blue) = 248+70+74=392 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.27% from 392); Green value is 70 (27.73% from 255 or 17.86% from 392); Blue value is 74 (29.30% from 255 or 18.88% from 392); Max value from RGB is 248 - color contains mainly: red. Hex color #F8464A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8464A is #07B9B5. Grayscale: #7B7B7B. Windows color (decimal): -506294 or 4867832. OLE color: 4867832.

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

Color convert

RGB 248 70 74 -
CMYK 0 0.72 0.70 0.03
HSL 358.65º 0.93% 0.62% -
HSV(B) 358.65º 0.72% 0.97% -
XYZ 42.14 24.83 9.05 -
YUV 123.68 99.97 216.67 -
System Red Green Blue C M Y K H S L
Decimal 248 70 74 0 0.72 0.70 0.03 358.65 0.93 0.62
Hex F8 46 4A 0 48 46 3 167 5D 3E
Octal 370 106 112 0 110 106 3 547 135 76
Binary 11111000 1000110 1001010 0 1001000 1000110 11 101100111 1011101 111110

Color Harmonies of #F8464A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8464A

Black with #F8464A

Text Example


Text Example

White with #F8464A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8464A; }

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

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

background-color css

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

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

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

border-color css

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

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

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