Html Css Color HEX #F8345C Radical Red

📋 copy color: '#F8345C'

red 248 ◦ green 52 ◦ blue 92

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

Shades of Radical Red #F8345C

Tints of Radical Red #F8345C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.47%

R = 63.27%
G = 13.27%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#F8345C (or 0xF8345C) is known color: Radical Red. HEX triplet: F8, 34 and 5C. RGB value is (248,52,92). Sum of RGB (Red+Green+Blue) = 248+52+92=392 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.27% from 392); Green value is 52 (20.70% from 255 or 13.27% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 248 - color contains mainly: red. Hex color #F8345C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8345C is #07CBA3. Grayscale: #737373. Windows color (decimal): -510884 or 6042872. OLE color: 6042872.

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

Color convert

RGB 248 52 92 -
CMYK 0 0.79 0.63 0.03
HSL 347.76º 0.93% 0.59% -
HSV(B) 347.76º 0.79% 0.97% -
XYZ 41.87 23.19 12.39 -
YUV 115.16 114.93 222.75 -
System Red Green Blue C M Y K H S L
Decimal 248 52 92 0 0.79 0.63 0.03 347.76 0.93 0.59
Hex F8 34 5C 0 4F 3F 3 15C 5D 3B
Octal 370 64 134 0 117 77 3 534 135 73
Binary 11111000 110100 1011100 0 1001111 111111 11 101011100 1011101 111011

Color Harmonies of #F8345C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8345C

Black with #F8345C

Text Example


Text Example

White with #F8345C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8345C; }

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

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

background-color css

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

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

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

border-color css

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

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

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