Html Css Color HEX #F8344A Radical Red

📋 copy color: '#F8344A'

red 248 ◦ green 52 ◦ blue 74

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

Shades of Radical Red #F8344A

Tints of Radical Red #F8344A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.79%

R = 66.31%
G = 13.9%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F8344A (or 0xF8344A) is known color: Radical Red. HEX triplet: F8, 34 and 4A. RGB value is (248,52,74). Sum of RGB (Red+Green+Blue) = 248+52+74=374 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.31% from 374); Green value is 52 (20.70% from 255 or 13.90% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 248 - color contains mainly: red. Hex color #F8344A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8344A is #07CBB5. Grayscale: #717171. Windows color (decimal): -510902 or 4863224. OLE color: 4863224.

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

Color convert

RGB 248 52 74 -
CMYK 0 0.79 0.70 0.03
HSL 353.27º 0.93% 0.59% -
HSV(B) 353.27º 0.79% 0.97% -
XYZ 41.18 22.91 8.73 -
YUV 113.11 105.93 224.21 -
System Red Green Blue C M Y K H S L
Decimal 248 52 74 0 0.79 0.70 0.03 353.27 0.93 0.59
Hex F8 34 4A 0 4F 46 3 161 5D 3B
Octal 370 64 112 0 117 106 3 541 135 73
Binary 11111000 110100 1001010 0 1001111 1000110 11 101100001 1011101 111011

Color Harmonies of #F8344A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8344A

Black with #F8344A

Text Example


Text Example

White with #F8344A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8344A; }

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

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

background-color css

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

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

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

border-color css

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

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

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