Html Css Color HEX #F0317C Violet Red

📋 copy color: '#F0317C'

red 240 ◦ green 49 ◦ blue 124

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

Shades of Violet Red #F0317C

Tints of Violet Red #F0317C

RGB

 RED value IS 240 (94.14% from 255) = 58.11%

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

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

R = 58.11%
G = 11.86%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0317C (or 0xF0317C) is known color: Violet Red. HEX triplet: F0, 31 and 7C. RGB value is (240,49,124). Sum of RGB (Red+Green+Blue) = 240+49+124=413 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.11% from 413); Green value is 49 (19.53% from 255 or 11.86% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 240 - color contains mainly: red. Hex color #F0317C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0317C is #0FCE83. Grayscale: #727272. Windows color (decimal): -1035908 or 8139248. OLE color: 8139248.

HSL color Cylindrical-coordinate representation of color #F0317C: hue angle of 336.44º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F0317C is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 49 124 -
CMYK 0 0.80 0.48 0.06
HSL 336.44º 0.86% 0.57% -
HSV(B) 336.44º 0.8% 0.94% -
XYZ 40.67 22.18 21.21 -
YUV 114.66 133.28 217.4 -
System Red Green Blue C M Y K H S L
Decimal 240 49 124 0 0.80 0.48 0.06 336.44 0.86 0.57
Hex F0 31 7C 0 50 30 6 150 56 39
Octal 360 61 174 0 120 60 6 520 126 71
Binary 11110000 110001 1111100 0 1010000 110000 110 101010000 1010110 111001

Color Harmonies of #F0317C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0317C

Black with #F0317C

Text Example


Text Example

White with #F0317C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0317C; }

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

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

background-color css

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

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

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

border-color css

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

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

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