Html Css Color HEX #F8464D Radical Red

📋 copy color: '#F8464D'

red 248 ◦ green 70 ◦ blue 77

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

Shades of Radical Red #F8464D

Tints of Radical Red #F8464D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.49%

R = 62.78%
G = 17.72%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F8464D (or 0xF8464D) is known color: Radical Red. HEX triplet: F8, 46 and 4D. RGB value is (248,70,77). Sum of RGB (Red+Green+Blue) = 248+70+77=395 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.78% from 395); Green value is 70 (27.73% from 255 or 17.72% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 248 - color contains mainly: red. Hex color #F8464D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8464D is #07B9B2. Grayscale: #7C7C7C. Windows color (decimal): -506291 or 5064440. OLE color: 5064440.

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

Color convert

RGB 248 70 77 -
CMYK 0 0.72 0.69 0.03
HSL 357.64º 0.93% 0.62% -
HSV(B) 357.64º 0.72% 0.97% -
XYZ 42.24 24.87 9.6 -
YUV 124.02 101.47 216.43 -
System Red Green Blue C M Y K H S L
Decimal 248 70 77 0 0.72 0.69 0.03 357.64 0.93 0.62
Hex F8 46 4D 0 48 45 3 166 5D 3E
Octal 370 106 115 0 110 105 3 546 135 76
Binary 11111000 1000110 1001101 0 1001000 1000101 11 101100110 1011101 111110

Color Harmonies of #F8464D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8464D

Black with #F8464D

Text Example


Text Example

White with #F8464D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8464D; }

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

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

background-color css

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

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

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

border-color css

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

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

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