Html Css Color HEX #F5317C Violet Red

📋 copy color: '#F5317C'

red 245 ◦ green 49 ◦ blue 124

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

Shades of Violet Red #F5317C

Tints of Violet Red #F5317C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.67%

R = 58.61%
G = 11.72%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F5317C (or 0xF5317C) is known color: Violet Red. HEX triplet: F5, 31 and 7C. RGB value is (245,49,124). Sum of RGB (Red+Green+Blue) = 245+49+124=418 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.61% from 418); Green value is 49 (19.53% from 255 or 11.72% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 245 - color contains mainly: red. Hex color #F5317C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5317C is #0ACE83. Grayscale: #747474. Windows color (decimal): -708228 or 8139253. OLE color: 8139253.

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

Color convert

RGB 245 49 124 -
CMYK 0 0.8 0.49 0.04
HSL 337.04º 0.91% 0.58% -
HSV(B) 337.04º 0.8% 0.96% -
XYZ 42.39 23.06 21.29 -
YUV 116.15 132.43 219.9 -
System Red Green Blue C M Y K H S L
Decimal 245 49 124 0 0.8 0.49 0.04 337.04 0.91 0.58
Hex F5 31 7C 0 50 31 4 151 5B 3A
Octal 365 61 174 0 120 61 4 521 133 72
Binary 11110101 110001 1111100 0 1010000 110001 100 101010001 1011011 111010

Color Harmonies of #F5317C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5317C

Black with #F5317C

Text Example


Text Example

White with #F5317C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5317C; }

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

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

background-color css

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

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

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

border-color css

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

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

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