Html Css Color HEX #F8344D Radical Red

📋 copy color: '#F8344D'

red 248 ◦ green 52 ◦ blue 77

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

Shades of Radical Red #F8344D

Tints of Radical Red #F8344D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.79%

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

R = 65.78%
G = 13.79%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F8344D (or 0xF8344D) is known color: Radical Red. HEX triplet: F8, 34 and 4D. RGB value is (248,52,77). Sum of RGB (Red+Green+Blue) = 248+52+77=377 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.78% from 377); Green value is 52 (20.70% from 255 or 13.79% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 248 - color contains mainly: red. Hex color #F8344D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8344D is #07CBB2. Grayscale: #717171. Windows color (decimal): -510899 or 5059832. OLE color: 5059832.

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

Color convert

RGB 248 52 77 -
CMYK 0 0.79 0.69 0.03
HSL 352.35º 0.93% 0.59% -
HSV(B) 352.35º 0.79% 0.97% -
XYZ 41.28 22.95 9.27 -
YUV 113.45 107.43 223.97 -
System Red Green Blue C M Y K H S L
Decimal 248 52 77 0 0.79 0.69 0.03 352.35 0.93 0.59
Hex F8 34 4D 0 4F 45 3 160 5D 3B
Octal 370 64 115 0 117 105 3 540 135 73
Binary 11111000 110100 1001101 0 1001111 1000101 11 101100000 1011101 111011

Color Harmonies of #F8344D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8344D

Black with #F8344D

Text Example


Text Example

White with #F8344D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8344D; }

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

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

background-color css

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

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

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

border-color css

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

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

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