Html Css Color HEX #F8464B Radical Red

📋 copy color: '#F8464B'

red 248 ◦ green 70 ◦ blue 75

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

Shades of Radical Red #F8464B

Tints of Radical Red #F8464B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.08%

R = 63.1%
G = 17.81%
B = 19.08%

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

#F8464B (or 0xF8464B) is known color: Radical Red. HEX triplet: F8, 46 and 4B. RGB value is (248,70,75). Sum of RGB (Red+Green+Blue) = 248+70+75=393 (52% of max value = 765). Red value is 248 (97.27% from 255 or 63.10% from 393); Green value is 70 (27.73% from 255 or 17.81% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 248 - color contains mainly: red. Hex color #F8464B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8464B is #07B9B4. Grayscale: #7B7B7B. Windows color (decimal): -506293 or 4933368. OLE color: 4933368.

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

Color convert

RGB 248 70 75 -
CMYK 0 0.72 0.70 0.03
HSL 358.31º 0.93% 0.62% -
HSV(B) 358.31º 0.72% 0.97% -
XYZ 42.17 24.84 9.23 -
YUV 123.79 100.47 216.59 -
System Red Green Blue C M Y K H S L
Decimal 248 70 75 0 0.72 0.70 0.03 358.31 0.93 0.62
Hex F8 46 4B 0 48 46 3 166 5D 3E
Octal 370 106 113 0 110 106 3 546 135 76
Binary 11111000 1000110 1001011 0 1001000 1000110 11 101100110 1011101 111110

Color Harmonies of #F8464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8464B

Black with #F8464B

Text Example


Text Example

White with #F8464B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8464B; }

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

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

background-color css

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

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

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

border-color css

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

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

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