Html Css Color HEX #F84344 Radical Red

📋 copy color: '#F84344'

red 248 ◦ green 67 ◦ blue 68

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

Shades of Radical Red #F84344

Tints of Radical Red #F84344

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.49%

 BLUE value IS 68 (26.95% from 255) = 17.75%

R = 64.75%
G = 17.49%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#F84344 (or 0xF84344) is known color: Radical Red. HEX triplet: F8, 43 and 44. RGB value is (248,67,68). Sum of RGB (Red+Green+Blue) = 248+67+68=383 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.75% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 68 (26.95% from 255 or 17.75% from 383); Max value from RGB is 248 - color contains mainly: red. Hex color #F84344 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F84344 is #07BCBB. Grayscale: #797979. Windows color (decimal): -507068 or 4473848. OLE color: 4473848.

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

Color convert

RGB 248 67 68 -
CMYK 0 0.73 0.73 0.03
HSL 359.67º 0.93% 0.62% -
HSV(B) 359.67º 0.73% 0.97% -
XYZ 41.76 24.39 7.98 -
YUV 121.23 97.97 218.42 -
System Red Green Blue C M Y K H S L
Decimal 248 67 68 0 0.73 0.73 0.03 359.67 0.93 0.62
Hex F8 43 44 0 49 49 3 168 5D 3E
Octal 370 103 104 0 111 111 3 550 135 76
Binary 11111000 1000011 1000100 0 1001001 1001001 11 101101000 1011101 111110

Color Harmonies of #F84344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84344

Black with #F84344

Text Example


Text Example

White with #F84344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84344; }

 p { color: rgb(248,67,68); }

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

background-color css

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

 a { background-color: rgb(248,67,68); }

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

border-color css

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

 span { border-color: rgb(248,67,68); }

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