Html Css Color HEX #F5316E Radical Red

📋 copy color: '#F5316E'

red 245 ◦ green 49 ◦ blue 110

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

Shades of Radical Red #F5316E

Tints of Radical Red #F5316E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.23%

R = 60.64%
G = 12.13%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F5316E (or 0xF5316E) is known color: Radical Red. HEX triplet: F5, 31 and 6E. RGB value is (245,49,110). Sum of RGB (Red+Green+Blue) = 245+49+110=404 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.64% from 404); Green value is 49 (19.53% from 255 or 12.13% from 404); Blue value is 110 (43.36% from 255 or 27.23% from 404); Max value from RGB is 245 - color contains mainly: red. Hex color #F5316E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5316E is #0ACE91. Grayscale: #727272. Windows color (decimal): -708242 or 7221749. OLE color: 7221749.

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

Color convert

RGB 245 49 110 -
CMYK 0 0.8 0.55 0.04
HSL 341.33º 0.91% 0.58% -
HSV(B) 341.33º 0.8% 0.96% -
XYZ 41.57 22.73 16.95 -
YUV 114.56 125.43 221.04 -
System Red Green Blue C M Y K H S L
Decimal 245 49 110 0 0.8 0.55 0.04 341.33 0.91 0.58
Hex F5 31 6E 0 50 37 4 155 5B 3A
Octal 365 61 156 0 120 67 4 525 133 72
Binary 11110101 110001 1101110 0 1010000 110111 100 101010101 1011011 111010

Color Harmonies of #F5316E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5316E

Black with #F5316E

Text Example


Text Example

White with #F5316E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5316E; }

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

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

background-color css

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

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

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

border-color css

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

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

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