Html Css Color HEX #F8345A Radical Red

📋 copy color: '#F8345A'

red 248 ◦ green 52 ◦ blue 90

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

Shades of Radical Red #F8345A

Tints of Radical Red #F8345A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.08%

R = 63.59%
G = 13.33%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#F8345A (or 0xF8345A) is known color: Radical Red. HEX triplet: F8, 34 and 5A. RGB value is (248,52,90). Sum of RGB (Red+Green+Blue) = 248+52+90=390 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.59% from 390); Green value is 52 (20.70% from 255 or 13.33% from 390); Blue value is 90 (35.55% from 255 or 23.08% from 390); Max value from RGB is 248 - color contains mainly: red. Hex color #F8345A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8345A is #07CBA5. Grayscale: #727272. Windows color (decimal): -510886 or 5911800. OLE color: 5911800.

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

Color convert

RGB 248 52 90 -
CMYK 0 0.79 0.64 0.03
HSL 348.37º 0.93% 0.59% -
HSV(B) 348.37º 0.79% 0.97% -
XYZ 41.78 23.15 11.94 -
YUV 114.94 113.93 222.91 -
System Red Green Blue C M Y K H S L
Decimal 248 52 90 0 0.79 0.64 0.03 348.37 0.93 0.59
Hex F8 34 5A 0 4F 40 3 15C 5D 3B
Octal 370 64 132 0 117 100 3 534 135 73
Binary 11111000 110100 1011010 0 1001111 1000000 11 101011100 1011101 111011

Color Harmonies of #F8345A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8345A

Black with #F8345A

Text Example


Text Example

White with #F8345A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8345A; }

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

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

background-color css

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

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

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

border-color css

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

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

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