Html Css Color HEX #F8344C Radical Red

📋 copy color: '#F8344C'

red 248 ◦ green 52 ◦ blue 76

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

Shades of Radical Red #F8344C

Tints of Radical Red #F8344C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.21%

R = 65.96%
G = 13.83%
B = 20.21%

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

#F8344C (or 0xF8344C) is known color: Radical Red. HEX triplet: F8, 34 and 4C. RGB value is (248,52,76). Sum of RGB (Red+Green+Blue) = 248+52+76=376 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.96% from 376); Green value is 52 (20.70% from 255 or 13.83% from 376); Blue value is 76 (30.08% from 255 or 20.21% from 376); Max value from RGB is 248 - color contains mainly: red. Hex color #F8344C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8344C is #07CBB3. Grayscale: #717171. Windows color (decimal): -510900 or 4994296. OLE color: 4994296.

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

Color convert

RGB 248 52 76 -
CMYK 0 0.79 0.69 0.03
HSL 352.65º 0.93% 0.59% -
HSV(B) 352.65º 0.79% 0.97% -
XYZ 41.24 22.93 9.09 -
YUV 113.34 106.93 224.05 -
System Red Green Blue C M Y K H S L
Decimal 248 52 76 0 0.79 0.69 0.03 352.65 0.93 0.59
Hex F8 34 4C 0 4F 45 3 161 5D 3B
Octal 370 64 114 0 117 105 3 541 135 73
Binary 11111000 110100 1001100 0 1001111 1000101 11 101100001 1011101 111011

Color Harmonies of #F8344C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8344C

Black with #F8344C

Text Example


Text Example

White with #F8344C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8344C; }

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

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

background-color css

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

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

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

border-color css

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

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

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