Html Css Color HEX #F8394F Radical Red

📋 copy color: '#F8394F'

red 248 ◦ green 57 ◦ blue 79

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

Shades of Radical Red #F8394F

Tints of Radical Red #F8394F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.84%

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

R = 64.58%
G = 14.84%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F8394F (or 0xF8394F) is known color: Radical Red. HEX triplet: F8, 39 and 4F. RGB value is (248,57,79). Sum of RGB (Red+Green+Blue) = 248+57+79=384 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.58% from 384); Green value is 57 (22.66% from 255 or 14.84% from 384); Blue value is 79 (31.25% from 255 or 20.57% from 384); Max value from RGB is 248 - color contains mainly: red. Hex color #F8394F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8394F is #07C6B0. Grayscale: #747474. Windows color (decimal): -509617 or 5192184. OLE color: 5192184.

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

Color convert

RGB 248 57 79 -
CMYK 0 0.77 0.68 0.03
HSL 353.09º 0.93% 0.6% -
HSV(B) 353.09º 0.77% 0.97% -
XYZ 41.59 23.45 9.73 -
YUV 116.62 106.78 221.71 -
System Red Green Blue C M Y K H S L
Decimal 248 57 79 0 0.77 0.68 0.03 353.09 0.93 0.6
Hex F8 39 4F 0 4D 44 3 161 5D 3C
Octal 370 71 117 0 115 104 3 541 135 74
Binary 11111000 111001 1001111 0 1001101 1000100 11 101100001 1011101 111100

Color Harmonies of #F8394F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8394F

Black with #F8394F

Text Example


Text Example

White with #F8394F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8394F; }

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

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

background-color css

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

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

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

border-color css

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

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

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