Html Css Color HEX #F8464F Radical Red

📋 copy color: '#F8464F'

red 248 ◦ green 70 ◦ blue 79

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

Shades of Radical Red #F8464F

Tints of Radical Red #F8464F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.9%

R = 62.47%
G = 17.63%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F8464F (or 0xF8464F) is known color: Radical Red. HEX triplet: F8, 46 and 4F. RGB value is (248,70,79). Sum of RGB (Red+Green+Blue) = 248+70+79=397 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.47% from 397); Green value is 70 (27.73% from 255 or 17.63% from 397); Blue value is 79 (31.25% from 255 or 19.90% from 397); Max value from RGB is 248 - color contains mainly: red. Hex color #F8464F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8464F is #07B9B0. Grayscale: #7C7C7C. Windows color (decimal): -506289 or 5195512. OLE color: 5195512.

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

Color convert

RGB 248 70 79 -
CMYK 0 0.72 0.68 0.03
HSL 356.97º 0.93% 0.62% -
HSV(B) 356.97º 0.72% 0.97% -
XYZ 42.31 24.9 9.97 -
YUV 124.25 102.47 216.27 -
System Red Green Blue C M Y K H S L
Decimal 248 70 79 0 0.72 0.68 0.03 356.97 0.93 0.62
Hex F8 46 4F 0 48 44 3 165 5D 3E
Octal 370 106 117 0 110 104 3 545 135 76
Binary 11111000 1000110 1001111 0 1001000 1000100 11 101100101 1011101 111110

Color Harmonies of #F8464F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8464F

Black with #F8464F

Text Example


Text Example

White with #F8464F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8464F; }

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

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

background-color css

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

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

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

border-color css

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

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

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