Html Css Color HEX #F5315E Radical Red

📋 copy color: '#F5315E'

red 245 ◦ green 49 ◦ blue 94

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

Shades of Radical Red #F5315E

Tints of Radical Red #F5315E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.23%

R = 63.14%
G = 12.63%
B = 24.23%

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

#F5315E (or 0xF5315E) is known color: Radical Red. HEX triplet: F5, 31 and 5E. RGB value is (245,49,94). Sum of RGB (Red+Green+Blue) = 245+49+94=388 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.14% from 388); Green value is 49 (19.53% from 255 or 12.63% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 245 - color contains mainly: red. Hex color #F5315E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5315E is #0ACEA1. Grayscale: #707070. Windows color (decimal): -708258 or 6173173. OLE color: 6173173.

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

Color convert

RGB 245 49 94 -
CMYK 0 0.8 0.62 0.04
HSL 346.22º 0.91% 0.58% -
HSV(B) 346.22º 0.8% 0.96% -
XYZ 40.77 22.42 12.77 -
YUV 112.73 117.43 222.34 -
System Red Green Blue C M Y K H S L
Decimal 245 49 94 0 0.8 0.62 0.04 346.22 0.91 0.58
Hex F5 31 5E 0 50 3E 4 15A 5B 3A
Octal 365 61 136 0 120 76 4 532 133 72
Binary 11110101 110001 1011110 0 1010000 111110 100 101011010 1011011 111010

Color Harmonies of #F5315E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5315E

Black with #F5315E

Text Example


Text Example

White with #F5315E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5315E; }

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

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

background-color css

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

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

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

border-color css

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

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

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