Html Css Color HEX #F5315D Radical Red

📋 copy color: '#F5315D'

red 245 ◦ green 49 ◦ blue 93

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

Shades of Radical Red #F5315D

Tints of Radical Red #F5315D

RGB

 RED value IS 245 (96.09% from 255) = 63.31%

 GREEN value IS 49 (19.53% from 255) = 12.66%

 BLUE value IS 93 (36.72% from 255) = 24.03%

R = 63.31%
G = 12.66%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5315D (or 0xF5315D) is known color: Radical Red. HEX triplet: F5, 31 and 5D. RGB value is (245,49,93). Sum of RGB (Red+Green+Blue) = 245+49+93=387 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.31% from 387); Green value is 49 (19.53% from 255 or 12.66% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 245 - color contains mainly: red. Hex color #F5315D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5315D is #0ACEA2. Grayscale: #707070. Windows color (decimal): -708259 or 6107637. OLE color: 6107637.

HSL color Cylindrical-coordinate representation of color #F5315D: hue angle of 346.53º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F5315D is Cyan = 0, Magento = 0.8, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 49 93 -
CMYK 0 0.8 0.62 0.04
HSL 346.53º 0.91% 0.58% -
HSV(B) 346.53º 0.8% 0.96% -
XYZ 40.73 22.4 12.53 -
YUV 112.62 116.93 222.42 -
System Red Green Blue C M Y K H S L
Decimal 245 49 93 0 0.8 0.62 0.04 346.53 0.91 0.58
Hex F5 31 5D 0 50 3E 4 15B 5B 3A
Octal 365 61 135 0 120 76 4 533 133 72
Binary 11110101 110001 1011101 0 1010000 111110 100 101011011 1011011 111010

Color Harmonies of #F5315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5315D

Black with #F5315D

Text Example


Text Example

White with #F5315D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5315D; }

 p { color: rgb(245,49,93); }

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

background-color css

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

 a { background-color: rgb(245,49,93); }

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

border-color css

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

 span { border-color: rgb(245,49,93); }

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