Html Css Color HEX #F5315B Radical Red

📋 copy color: '#F5315B'

red 245 ◦ green 49 ◦ blue 91

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

Shades of Radical Red #F5315B

Tints of Radical Red #F5315B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.64%

R = 63.64%
G = 12.73%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F5315B (or 0xF5315B) is known color: Radical Red. HEX triplet: F5, 31 and 5B. RGB value is (245,49,91). Sum of RGB (Red+Green+Blue) = 245+49+91=385 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.64% from 385); Green value is 49 (19.53% from 255 or 12.73% from 385); Blue value is 91 (35.94% from 255 or 23.64% from 385); Max value from RGB is 245 - color contains mainly: red. Hex color #F5315B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5315B is #0ACEA4. Grayscale: #707070. Windows color (decimal): -708261 or 5976565. OLE color: 5976565.

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

Color convert

RGB 245 49 91 -
CMYK 0 0.8 0.63 0.04
HSL 347.14º 0.91% 0.58% -
HSV(B) 347.14º 0.8% 0.96% -
XYZ 40.64 22.36 12.07 -
YUV 112.39 115.93 222.58 -
System Red Green Blue C M Y K H S L
Decimal 245 49 91 0 0.8 0.63 0.04 347.14 0.91 0.58
Hex F5 31 5B 0 50 3F 4 15B 5B 3A
Octal 365 61 133 0 120 77 4 533 133 72
Binary 11110101 110001 1011011 0 1010000 111111 100 101011011 1011011 111010

Color Harmonies of #F5315B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5315B

Black with #F5315B

Text Example


Text Example

White with #F5315B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5315B; }

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

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

background-color css

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

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

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

border-color css

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

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

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